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