"Continue" Checkbox appears needlessly on forms
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 153
- Forks
- 46
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 7
Description
On any form with a multi-line text input, once one has typed in the field a green checkmark appears. Clicking it makes it go away but has no other visible effect. The field is saved as soon as you stop typing in it, there is no need for an additional click. Is this checkbox supposed to be there in forms? Or is it only intended for when a user is editing a file with SolidOS where it does have a function. It takes up quite a bit of vertical space when there isn't room for it on the side

.
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.
Research direction
Reproduce the green checkmark on a form containing a multi-line text input, then compare that behavior with editing a file in SolidOS, where the control may have a purpose. Identify the form entry point responsible and confirm the finished behavior by checking that saving still occurs without the extra control and that the layout no longer reserves its vertical space.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100