Issue #2722319: <textarea>s using Text Editor always fail HTML5 validation...
3 unresolved threads
Compare changes
@@ -625,6 +625,46 @@
@@ -625,6 +625,46 @@
@@ -677,4 +717,21 @@
@@ -677,4 +717,21 @@
this should be in the attach behavior above, we can do this dance when we create the wysiwyg editor
we can probably use a selector in the delegated event listner something like
$(document).on('state:required', '[required][data-ckeditor5-id]', (e) => {
e.target.removeAttribute('required');
});
That feels overkill but I don't have a better idea yet