v0.61.1
- #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 topreventDefault()inonKeyDownto preventonChange. Input now passes all event handlers to the HTML input element. This resolves the issue.