fix(forms): never lose a typed option — commit on blur, keep focus through + #80
No reviewers
Labels
No labels
bug
discussion
enhancement
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
edufeed/edufeed-app!80
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/option-commit-on-blur"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
A typed option was silently dropped unless committed with Enter or the + button. Now it commits on blur too, and clicking + no longer steals focus from the input (preventDefault on mousedown — mouse-specific; the keyboard path was already safe because a keyboard click targets the focused element).
TestOER-verified at
849d9069including the E(0 chips)/F(8 chips) differentials;f4225866adopts their option-editor scope probe.Stacked on #78 (base: feat/issue-77-form-preview). Buzz thread: #edufeed-app.
🤖 Generated with Claude Code
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.