Don't Reject Updates on Numeric Entry Field
R
Ryan Crownover
The Perspective Numeric Entry Field currently does not allow a configuration that updates the value before focus is lost or ENTER is pressed. This needs to be added to match the old Vision component and match the functionality of the Text Field component.
Log In
R
Ryan Deardorff
I came to suggest adding deferUpdates, but I'm sure rejectUpdatesWhileFocused would be useful as well.
R
Ryan Pavlicek
In my case, I have an entry form, where a user can enter a number in several numeric entry fields. This issue is when they enter a number in the last numeric entry field, they go to press the submit button immediately after, it doesn't register the last number entered, since it has deferred its update, but hasn't had time to register it's change when the submit button was pressed.
J
James Caudle
I'd like to see the derferUpdates and rejectUpdatesWhileFocused properties from the Text Field component on the Numeric Entry Field.
I've used the Text Field for numeric entry multiple times just to get the instant validation but I lose the numeric touchscreen keypad.