Unplanned
Last Updated: 07 Jul 2022 08:47 by Todsapon
Todsapon
Created on: 07 Jul 2022 08:47
Category: TextBox
Type: Feature Request
3
Improve value binding performance

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>

0 comments