Making a RichEditor field required
How do you guys do this? If I add required() it doesn’t work, I guess because it always has a “<p></p>” value? Is this is a TipTap problem or was this already the case in v3?
Weird no else seems to have this issue.
Weird no else seems to have this issue.
Solution
It’s a Tiptap thing. It always has to have at least one element which is the default empty p tag. Might be a good pr for a custom required validation or check in the dehydrate state to see if it is empty.
For now though you could do a custom required rule.
V3 didn’t use tiptap so wasn’t an issue there.
For now though you could do a custom required rule.
V3 didn’t use tiptap so wasn’t an issue there.