Bloomca / veles

UI library with main focus on performance
https://bloomca.github.io/veles/
MIT License
47 stars 0 forks source link

Alias `onInput` to `onChange`, or just change `onChange` to be reactive #67

Open Bloomca opened 3 months ago

Bloomca commented 3 months ago

Currently onChange is implement how the spec works, basically emitting the event only when we blur the input field.

In other frameworks usually onChange is called after each value change, similar to onInput, at least I think so. I need to dig deeper and see what other frameworks do and probably copy that in case it is a standard.