-
Notifications
You must be signed in to change notification settings - Fork 739
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor keyboard grid navigation for JSDialog dropdowns
- Made `KeyboardGridNavigation` callable directly from JSDialog dropdowns, removing the need for explicit bindings. - Separated grid and list selection logic into dedicated files. - Streamlined navigation logic to handle only navigation, simplifying callback management. -Refactored navigation to focus solely on movement logic, removing selection handling. - Simplified callback management by decoupling selection logic, improving maintainability. Signed-off-by: Darshan-upadhyay1110 <[email protected]> Change-Id: I8e34ddaf44a79eecf57a428f7ed90c6a399d93c2
- Loading branch information
1 parent
601bee1
commit 0c6b3b5
Showing
2 changed files
with
22 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters