You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The onChange callback used by the currency text field is a bit problematic because of the vague guarantees it provides of being called. I'm experiencing a problem with Chrome on Android where the the callback is ~always called with outdated data because according to specification the event doesn't need to fire every time something changes. It would be nice if CurrencyTextField would also support the onInput callback that is guaranteed to be called every time the user modifies the value.
The text was updated successfully, but these errors were encountered:
cyberixae
changed the title
Support input even in addition to change event
Support input event in addition to change event
Apr 29, 2022
The
onChange
callback used by the currency text field is a bit problematic because of the vague guarantees it provides of being called. I'm experiencing a problem with Chrome on Android where the the callback is ~always called with outdated data because according to specification the event doesn't need to fire every time something changes. It would be nice ifCurrencyTextField
would also support theonInput
callback that is guaranteed to be called every time the user modifies the value.The text was updated successfully, but these errors were encountered: