form-js / forms.js

Fully featured javascript form builder
https://formsjs.io/
8 stars 4 forks source link

Potentionally define events and allow adding listeners to those events #83

Open Trilmatic opened 4 days ago

Trilmatic commented 4 days ago

We could define certain events and there would be an option to add listeners to the events on form class. We would have events for submit maybe data push and error, i am sure there could be found more.

Trilmatic commented 4 days ago

Could create a custom events in plain JS for this

https://developer.mozilla.org/en-US/docs/Web/Events/Creating_and_triggering_events

Trilmatic commented 3 days ago

I will take this one as it will be needed for vue enhancments