BootstrapBlazor icon indicating copy to clipboard operation
BootstrapBlazor copied to clipboard

possibility to use key events on MultiSelect control

Open anna777x opened this issue 10 months ago • 4 comments

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 avatar May 01 '24 19:05 anna777x

@anna777x Thank you for contacting us. We will give feedback later.

bb-auto[bot] avatar May 01 '24 19:05 bb-auto[bot]

@anna777x could you give a star for this project? thanks

ArgoZhang avatar May 02 '24 01:05 ArgoZhang

@anna777x hi. thank you for contacting us. let us make your requirements clear.

  1. I guess you mean that auto expands the dropdown when the user tabs Tab keyboard the MultiSelect component has focus.
  2. in the EditorForm component the user presses Enter to submit the form

is right?

ArgoZhang avatar May 02 '24 09:05 ArgoZhang

you understand me absolutely correct!

anna777x avatar May 02 '24 12:05 anna777x