foxhound87 / mobx-react-form

Reactive MobX Form State Management
https://foxhound87.github.io/mobx-react-form
MIT License
1.09k stars 129 forks source link

Why is the default rewriters changed in Bindings.ts? #604

Closed riceyeh closed 2 years ago

riceyeh commented 2 years ago

Why is the default rewriters in Bindings.ts changed? 'disabled' property is now missed. Also there are used to be only 3 properties respectively for event handlers onFocus, onBlur, onChange. But there are now 7 more event handlers added, which cause warnings from react because these event handlers are mostly not supported in most html elements, for example div does not support attributes onDel, onAdd, onClear.