fix(ui): Fixed handling of focus/blur/submit events in Autocomplete and ActionEditor #461
No reviewers
Labels
No labels
architecture
authentication
backend
bug
ci/cd
cleanup
documentation
duplicate
enhancement
good first issue
help wanted
in progress
invalid
media
mobile
new feature
notes
packaging
question
ui
upstream breaking change
voice
waiting user input
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: platypush/platypush#461
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "460/fix-focus-management-in-action-editor"
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?
ActionArgs. That actually ended up swallowing the Enter key event in textareas, preventing form submission.ActionEditorby focusing previously focused element after execution.Autocompletebased onkeepFocusprop. This is disabled by default to ensure that focus and blur events can be properly managed by the browser.Autocompletewhen selecting items.Closes: #460