TextBox insode MenuItem

Hi. I have a Menu Item as follows:

<RadzenMenuItem Style="width:150px" Icon="pageview" Text="Find">
    <RadzenTextBox @bind-Value="@Findbox" Style="margin-left:5px; 
      width:140px;font-size:smaller" Placeholder="Consignment" Change="@Find" 
    />
</RadzenMenuItem>

This all seems to work perfectly, except that when the text box appears, and I click into it, the first character I type is ignored - it does not appear. If I then type another character, that one does, and all's well from then on.

Any idea why the first character type would be ignored?

Cheers
Reg

We don’t have any idea why this might not work - maybe it will be better to use Popup instead menu.

Thanks @enchev.

In this case the best way for me to go was to have a button clicked on the menu and then open a dialog with a textbox on it. Not quite a slick as I wanted, but it will suffice.

Cheers
Reg