GrapesJS / grapesjs

Free and Open source Web Builder Framework. Next generation tool for building templates without coding
https://grapesjs.com
BSD 3-Clause "New" or "Revised" License
22.38k stars 4.06k forks source link

[QUESTION] Firing a function "on type" event #2550

Closed ganapathy-kevin closed 4 years ago

ganapathy-kevin commented 4 years ago

Is there an event listener I can use to fire a function as the user is typing each letter into a Grapejs field?

I'm looking to save to a remote database as the user is typing each letter. Currently I can only fire a function on blur, or if the user presses a custom button.

artf commented 4 years ago

if you use blur you can probably use input(triggers on any input change) too