The textbox currently does not use the value attribute for value binding. This translates to a delay in setting the value upon initialization of the component, compared to a standard Blazor InputText.
<AdminEdit>
The same extends to the NumericTextBox
</AdminEdit>
Hi,
I try to make sure that the user don't need to click the TextBox to gain focus and begin typing.
I have only one TextBox on the page, and it's does not atomatically have focus, - nor can I find a property on the component.
Any ideas :-)
/CU