I want to validate the value of a TextField in the editor and display an error message, but only after the user finished typing the value. I guess checking the value after the field lost focus could work, but I don’t think the editor has hooks for this.
So, what’s the trick to implement a “onFocusOut” behavior for a field? Or maybe there’s a better idea to achieve this?