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
the onChange behavior on an input is different from onChange on a Form.
I understand that onChange on an input may be default browser behavior but it could be worth noting the difference in the docs.
the onChange behavior on an input is different from onChange on a Form.
I understand that onChange on an input may be default browser behavior but it could be worth noting the difference in the docs.
see https://github.com/christianalfoni/formsy-react/blob/master/API.md#onchange and the examples where it behaves like
onChange(event)
The text was updated successfully, but these errors were encountered: