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

Allow input type checkbox without need to set attribute "name" #550

Open
wants to merge 1 commit into
base: 1.x
Choose a base branch
from

Conversation

robertfausk
Copy link
Contributor

Currently all checkboxes must have a name attribute to be usable with symfony/panther and the ChoiceFormField.

This PR allows instances of WebDriverCheckboxes without a name attribute, e.g.:

<input type="checkbox" value="noNameCheckbox">

robertfausk added a commit to robertfausk/mink-panther-driver that referenced this pull request Jun 6, 2022
which uses a checkbox without a name attribute by using updated symfony/panther version and an own tag 2.0.2 (https://github.com/robertfausk/panther/releases/tag/v2.0.2)

see also:
symfony/panther#550
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

Successfully merging this pull request may close these issues.

None yet

1 participant