5
Defer Updates on DateTime Input
J
Jordan Mungo
I would like to be able to defer updates on the DateTime input, similar to the Text Input. This mostly applies to the "Time" portion.
Log In
J
James Caudle
I think this should be an option on all inputs. When you have bindings on a Date Time Picker I need to be able to defer that binding firing until after a datetime is selected.
J
Jordan Mungo
In other words, if DeferUpdates was enabled, then props.value would only update once the component loses focus. Rather than updating every single time if I click the time arrow 20 times.