CodeBeam.MudBlazor.Extensions icon indicating copy to clipboard operation
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

Open alvarosinmarca opened this issue 1 year ago • 3 comments
trafficstars

image

alvarosinmarca avatar Apr 26 '24 08:04 alvarosinmarca

Do you have an idea or did further investigation?

mckaragoz avatar May 03 '24 09:05 mckaragoz

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.

AndrewTownsley avatar Aug 14 '24 15:08 AndrewTownsley