mattpocock / mattpocock/sextant
Improve the input fields so that they don't emit <div></div>
Open
@ditorodev is already working on this.
Since Oct 30, 2020.
- Dominant language
- TypeScript
- Stars
- 177
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
Currently, we use react-contenteditable for input fields on titles, events, and environment names.
This isn't a good idea, because it can occasionally emit crazy HTML syntax instead of human-readable text. We need an input component that:
- Can stretch easily to take up space
- Looks editable enough to want to click and edit it, but also presentational enough when it's not being edited.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.