Skip to content

v0.61.1

Compare
Choose a tag to compare
@levithomason levithomason released this 17 Nov 18:51
· 1417 commits to master since this release
8ca4050
  • #886 Fix: 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.