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>