mattpocock / mattpocock/sextant

Improve the input fields so that they don't emit <div></div>

Open
#5 2 comments 1 reaction 1 assignee View on GitHub

@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:

  1. Can stretch easily to take up space
  2. 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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.