CodeBeam.MudBlazor.Extensions
CodeBeam.MudBlazor.Extensions copied to clipboard
When use MudSelectExtended with SearchBox over Modal, i dont have get a focus over input search and i can't type
trafficstars
Do you have an idea or did further investigation?
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.