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
{{ message }}
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.
React automatically sets capturing to true for the
change
event but since preactjs/preact@727f036#diff-4935bb00e75b7854383877cbfd9d770f Preact favours explicitly appendingCapture
to event attributes.However this change has not yet been reflected in react-compat, specifically for the
onInput
/onChange
normalization (CC i-like-robots/react-tags#75).I've setup some demos here comparing the behaviour of React vs Preact with this module.
React with
onChange
: https://codepen.io/anon/pen/ZKPrRrReact with
onChangeCapture
: https://codepen.io/anon/pen/WjmMKpPreact with
onChange
: https://codepen.io/anon/pen/OmqQoNPreact with
onChangeCapture
: https://codepen.io/anon/pen/KmEoKQIf I get some time I'm happy to help with this =]
The text was updated successfully, but these errors were encountered: