keep input field visible if there is unsaved input
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.4k
- Forks
- 354
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 43
Description
Add the capability to have the tile saved when the user clicks away from the tile header/name
i.e. you have to press [enter] key to have the tile saved.
current behavior is clicking away makes the text disappear until you click on the plus sign to add another tile.
The text is still there from before you clicked away.
Contributor guide
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.
Research direction
Start by reproducing the issue in the tile header/name input: enter text, click away, and compare it with pressing Enter. Inspect the frontend entry point for tile creation and editing; done means unsaved text remains visible and the tile is saved when focus leaves the field, while Enter continues to work.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100