We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
SelectionList
OptionList
ListView
RadioSet
I feel like we should disable navigation everywhere and instead Up / Down should only go through enabled children.
See #3839 (comment) for more context.
The text was updated successfully, but these errors were encountered:
Don't forget to star the repository!
Follow @textualizeio for Textual updates.
Sorry, something went wrong.
rodrigogiraoserrao
Successfully merging a pull request may close this issue.
SelectionList
andOptionList
allow highlighting disabled items (with keyboard & mouse) but don't allow selection.ListView
allows highlighting with keyboard but not with mouse (and doesn't allow selection).RadioSet
doesn't allow neither navigation nor selection.I feel like we should disable navigation everywhere and instead Up / Down should only go through enabled children.
See #3839 (comment) for more context.
The text was updated successfully, but these errors were encountered: