LiveSelect - Dynamic selection input component for LiveView

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;