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
#886Fix: Previously, we passed only onChange, while all other were spread on the root node. This caused issues when manipulating the event, such as trying to preventDefault() in onKeyDown to prevent onChange. Input now passes all event handlers to the HTML input element. This resolves the issue.
#788Breaking: Auto controlled props set to undefined will be auto controlled rather than treating undefined as a value. Auto controlled props that were once defined and later removed will also now resume their auto controlled behavior.