Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ListView: option to commit selection on item trigger only #174

Open
joshtynjala opened this issue Mar 27, 2024 · 0 comments
Open

ListView: option to commit selection on item trigger only #174

joshtynjala opened this issue Mar 27, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@joshtynjala
Copy link
Member

Currently, using the arrow keys to navigate changes the selectedIndex/selectedItem immediately. There should be an option to move a highlight with the arrow keys, but without changing the selection until click/tap/keyboard input.

May be useful (and possibly more desirable as a default) for components like PopUpListView and ComboBox.

Will require another new property for the current highlight index (Flex calls this caretIndex), and probably an event when that property changes.

Obviously, this would apply to all similar data containers, like TreeView and GridView.

@joshtynjala joshtynjala added the enhancement New feature or request label Mar 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant