BootstrapBlazor
BootstrapBlazor copied to clipboard
possibility to use key events on MultiSelect control
Is there an existing issue for this?
- [X] I have searched the existing issues
Is your feature request related to a problem? Please describe the problem.
I have edit form. And user wants to go though controls by clicking 'tab' on keyboard. so when user is clicking on MultiSelect control, last one should open. Another situation: user's selecting one option in MultiSelect control and clicking 'Enter' on keyboard, after that form should submit.
Describe the solution you'd like
It would be nice if MultiSelect /Select control have method 'OnTabAsync' and 'OnEnterAsync'
as you see I'm actively using these components from your fantastic Blazor Zone library. Thank you so much for this incredible library.
Additional context
No response
@anna777x Thank you for contacting us. We will give feedback later.
@anna777x could you give a star for this project? thanks
@anna777x hi. thank you for contacting us. let us make your requirements clear.
- I guess you mean that auto expands the dropdown when the user tabs Tab keyboard the
MultiSelect
component has focus. - in the
EditorForm
component the user pressesEnter
to submit the form
is right?
you understand me absolutely correct!