I recently updated from 4.16.4 to 4.34.3 then to 5.0 and was blindsided by text input elements embedded within a RadzenPanelMenu don't allow space characters. So I'm walking back the versions to one that will support this. Is there a workaround?
Thanks for the quick response @enchev! That did the trick. I was chasing other stopPropegation
implementations that weren't quite right.
Working implementation:
<RadzenTextBox Placeholder="Smart Find ..." type="search" style="width: 100%" autofocus id="search" @onkeydown:stopPropagation @oninput="@FilterPanelMenu" @bind-Value="searchTerms" />