bluecadet / bluecadet_utilities

3 stars 0 forks source link

New Simple WYSIWYG - Error on required and Empty... #26

Open pingevt opened 4 years ago

pingevt commented 4 years ago

If the form item is required, and the field is empty... Submitting the form errors out.

An invalid form control with name='field_name[0][value]' is not focusable.

The actual field is hidden due to the WYSIWYG thing - so may just need to remove that attribute, when hidden????

pingevt commented 4 years ago

@dlaufer - I'm working on this right now...

pingevt commented 4 years ago

ok - just flipping back to real input element so validation will work... Maybe could be more elegant.

We could look into a more elegant solution.

Also needs accessibility check