You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The change event and the update:modelValue event seems to fire at the same time. (ditto in the documentation)
As it is at the moment, the @change event has no function, at the other hand it is hard to tell, when a user leaves the editor.
Suggested solution
the @change event could fire when the editing is done, and the user leaves the component to edit something else.
Alternative
there should be an event that fires when the user leaves the editor-
Additional context
No response
Validations
Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
The text was updated successfully, but these errors were encountered:
Clear and concise description of the problem
The change event and the update:modelValue event seems to fire at the same time. (ditto in the documentation)
As it is at the moment, the @change event has no function, at the other hand it is hard to tell, when a user leaves the editor.
Suggested solution
the @change event could fire when the editing is done, and the user leaves the component to edit something else.
Alternative
there should be an event that fires when the user leaves the editor-
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: