Posted 22 January 2025, 3:26 am EST
Hi,
I have escalated this to the concerned dev team on the scope of debouncing in the C1TextBox. The internal tracking id for the same is: C1XAML-37662. I will let you know once there is more information on this from the dev team.
You could also use another event for binding with “@bind:event”. You could use the following code snippet to listen to “FinishedTextChange” instead of “TextChanged” (i.e., on focus lost when text was changed.)
<C1.Blazor.Input.C1TextBox @bind-Text="textString" @bind-Text:event="FinishedTextChange" />
For more information, you could refer to the following forum case: https://developer.mescius.com/forums/blazor-edition/c1textbox-and-bind-text-issue
Regards,
Ankit