Skip to content
New issue

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

Text area - entry is required. Required checkbox value ignored #93

Open
humantex opened this issue Aug 16, 2018 · 1 comment
Open

Text area - entry is required. Required checkbox value ignored #93

humantex opened this issue Aug 16, 2018 · 1 comment

Comments

@humantex
Copy link

I have a single form on a page, with 3 text boxes, 1 email field, and 1 text area. All fields are set as 'required', except for the text area. The form can not be successfully submitted unless there's something entered into the text area. Unpopulated, it shows: "Please enter a value" with any submission attempt.

The text area itself is set to a character limit of 300 max, and no minimum - and with no default text. I've added some help text to be shown below the input, and not shown as a popup.

Here's a link to the page with the error: https://condoatsiestakey.com/reservation-calendar/check-availability

@humantex humantex changed the title Text area - entry is required. Required checkbox ignored Text area - entry is required. Required checkbox value ignored Aug 16, 2018
@humantex
Copy link
Author

humantex commented Aug 19, 2018

It turns out that entering any value above zero as the maximum character limit will turn a non-required text area into a required element. Resetting the min/max values back to 0/0 allows it to remain non-required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant