MudBlazor
MudBlazor copied to clipboard
MudSelect should not block interaction to any other elements on the page.
Feature request type
Enhance component
Component name
MudSelect
Is your feature request related to a problem?
It seems that now on activating the MudSelect component - there is an invisible div which blocks interaction on all other components. When clicked it then closes the select.
This means you have to click select, then click this invisible div to hide select before you can focus on any other input, button or whatever.
Describe the solution you'd like
Instead opening select should add listener which tracks if anything outside of select is clicked and close active select and then remove this listener.
Have you seen this feature anywhere else?
HTML select behaves like this
Describe alternatives you've considered
No response
Pull Request
- [ ] I would like to do a Pull Request
Code of Conduct
- [X] I agree to follow this project's Code of Conduct