I hava a form with WYSIWYG field and I use Quasar's
This example for required WYSIWYG field doesn't work:
<q-editor v-model="editor" min-height="5rem" :rules="[val => !!val || 'Field is required']" />
Here is the CodePen example.
I hava a form with WYSIWYG field and I use Quasar's
This example for required WYSIWYG field doesn't work:
<q-editor v-model="editor" min-height="5rem" :rules="[val => !!val || 'Field is required']" />
Here is the CodePen example.