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
{{ message }}
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.
When the editor is used with the option required: true, it passes validation when an empty block is inserted (like an empty paragraph).
From a technical perspective, I understand that the field is not empty when a block is present.
However, from a practical perspective, I want to require having a value in a field if I set required: true, and an empty paragraph does not satisfy that.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When the editor is used with the option
required: true
, it passes validation when an empty block is inserted (like an empty paragraph).From a technical perspective, I understand that the field is not empty when a block is present.
However, from a practical perspective, I want to require having a value in a field if I set
required: true
, and an empty paragraph does not satisfy that.The text was updated successfully, but these errors were encountered: