Yes. validate event gets triggered on FormElement when I change the textarea. Here are the hooks:
in hooks.js
import live_select from "live_select"
let Hooks = {};
Hooks.Tippy = {...}
Hooks.LiveSelect = live_select;
export default Hooks;
Yes. validate event gets triggered on FormElement when I change the textarea. Here are the hooks:
in hooks.js
import live_select from "live_select"
let Hooks = {};
Hooks.Tippy = {...}
Hooks.LiveSelect = live_select;
export default Hooks;