You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A CheckboxList allows toggling the state of the current item by either Enter or Space. I'd like to use Space to toggle and Enter for another purpose. But when I add a KeyBinding to handle enter, that key still toggles state.
How can I override this key when focus is on a CheckboxList?
The text was updated successfully, but these errors were encountered:
A
CheckboxList
allows toggling the state of the current item by either Enter or Space. I'd like to use Space to toggle and Enter for another purpose. But when I add aKeyBinding
to handleenter
, that key still toggles state.How can I override this key when focus is on a
CheckboxList
?The text was updated successfully, but these errors were encountered: