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

options.required does not work for inputType='checkbox' #862

Open
jasonlinapl opened this issue Nov 6, 2024 · 2 comments
Open

options.required does not work for inputType='checkbox' #862

jasonlinapl opened this issue Nov 6, 2024 · 2 comments

Comments

@jasonlinapl
Copy link

options.required does not check if the form has a checked checkbox when options.required is specified, even though that is the expected behavior according to the docs (here)

@tiesont
Copy link
Member

tiesont commented Nov 7, 2024

Looks like I missed adding any tests for the required option. I'll see what I can do over the weekend/next week.

@tiesont
Copy link
Member

tiesont commented Nov 7, 2024

See #863 - will need to add tests. Will probably need a minor update to the code as well

tiesont added a commit that referenced this issue Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants