CodeBeamOrg / CodeBeam.MudBlazor.Extensions

Useful third party extension components for MudBlazor, from the contributors.
https://mudextensions.codebeam.org/
MIT License
433 stars 68 forks source link

When use MudSelectExtended with SearchBox over Modal, i dont have get a focus over input search and i can't type #382

Open alvarosinmarca opened 6 months ago

alvarosinmarca commented 6 months ago

image

mckaragoz commented 6 months ago

Do you have an idea or did further investigation?

AndrewTownsley commented 3 months ago

If you have any html elements that have tabindex=-1, remove that, and it might work. I had that attribute set on a modal and it fixed the problem for me.