We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
How can I show validation errors for inputs when calling validate() method?
validate()
I tried using editor.trigger("change") and set show_errors: "change", but it doesn't work.
editor.trigger("change")
show_errors: "change"