neomjs / neo

The application worker driven frontend framework
https://neomjs.com
MIT License
2.83k stars 151 forks source link

form.field.Base: remove the static delayable class field #5600

Closed tobiu closed 1 month ago

tobiu commented 1 month ago

the delay of 1s for change events was intended for a client project to delay potential ajax calls to a backend.

obviously this should not be the framework default, but get implemented on app level if needed (using delayable for the change event handlers).