Unplanned
Last Updated: 13 Jan 2025 17:11 by Xorcist
Xorcist
Created on: 13 Jan 2025 17:11
Category: UI for Blazor
Type: Feature Request
1
Cancel the debounce delay in inputs on Enter press and blur

When a user hits the ENTER key at the end of their typing and expects the full text to be submitted, they potentially have partial text being submitted (depending on how quickly ENTER is hit). We know the general accepted solution is to set the DebounceDelay to zero, but we are using two-way binding with state management that results in a very laggy/delayed experience while typing is this is done.

Please allow pressing Enter or blurring the input to short-circuit the debouncing.

===

ADMIN EDIT

===

This request applies to all inputs - NumericTextBox, TextBox, TextArea, etc.

0 comments