[Feature]: Ensure Consistent Shortcut Behaviors (e.g. Return
, Tab
, etc.), ideally using Native Accessibility Interactions
#806
Labels
enhancement
New feature or request
What would you like to see added to the NWB GUIDE?
Using
Return
to advance through a form was previously implemented. However, this behavior notably diverges from the nativeTab
accessibility feature in several ways, including:select
elementFilesystemSelector
elementEnter
submits values to the listInstead of maintaining an ad-hoc shortcut system on top of native accessibility features, it may be prudent to require users to leverage the native behaviors _except when adding instead of mirroring an interaction`.
For instance, the
keywords
input supports pressingEnter
instead of the submit button to register a written keyword to the list. In the current implementation, this blocks the ad-hocEnter
advancement mechanism but is itself a useful behavior. This would be a good justification to keep this behavior while removing the mirroredEnter
/Tab
behavior.Do you have any interest in helping implement the feature?
Yes.
Code of Conduct
Yes
Did you confirm this feature was not already reported?
Yes
The text was updated successfully, but these errors were encountered: