Describe the bug
The Native Editor blocks the browser when used in Vue 2. Meanwhile, the same component configuration works correctly in Vue 3.
To Reproduce
Expected behavior
The example above should be working like in this project(Vue 3).
If the Editor component has the "required" property it can be easily validated with a simple configuration.
Currently, the validation of the Editor can be achieved only with custom validation.