This repository was archived by the owner on Aug 23, 2022. It is now read-only.
v1.11.2
Fixes and Enhancements
- The
onKeyPress
handler (passed to<Control>
) is now executed before anything else happens internally. See #790 for how this is useful. - Typescript def updates: #795 #794 #797
- Doc updates: #800
- If you are using
debounce
, any debounced changes will now automatically be "flushed" (i.e., dispatched immediately) whenever the<Control>
is about to be unmounted. #799 - Pressing Enter inside an input will now force validation/updating to occur, even if the control has
updateOn="blur"
. See #777 for the use case that this accommodates.
🇺🇸