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
Checkbox toggle issue #233
Milestone
Comments
It is fixed but you should use |
dg
added a commit
that referenced
this issue
Jun 5, 2020
fixes addText()->setRequired()->addCondition(Form::BLANK)->toggle(), ie. condition after required
dg
added a commit
that referenced
this issue
Jun 6, 2020
fixes addText()->setRequired()->addCondition(Form::BLANK)->toggle(), ie. condition after required
dg
added a commit
that referenced
this issue
Jun 6, 2020
fixes addText()->setRequired()->addCondition(Form::BLANK)->toggle(), ie. condition after required
dg
added a commit
that referenced
this issue
Jun 6, 2020
fixes addText()->setRequired()->addCondition(Form::BLANK)->toggle(), ie. condition after required
dg
added a commit
that referenced
this issue
Jun 6, 2020
fixes addText()->setRequired()->addCondition(Form::BLANK)->toggle(), ie. condition after required
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version: 3.0.1
Bug Description
When checkbox marked as required, condition with toggle evaluated always to true and JS hide HTML attribute with ID data every time, if checkbox checked or not.
If commented setRequired, behaviour is OK.
Steps To Reproduce
The text was updated successfully, but these errors were encountered: