We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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????
The text was updated successfully, but these errors were encountered:
@dlaufer - I'm working on this right now...
Sorry, something went wrong.
Error on required field when field is hidden
38eee74
#26
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
pingevt
dlaufer
No branches or pull requests
If the form item is required, and the field is empty... Submitting the form errors out.
The actual field is hidden due to the WYSIWYG thing - so may just need to remove that attribute, when hidden????
The text was updated successfully, but these errors were encountered: