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

selector [value=""] is mishandled #1843

Merged
merged 2 commits into from
May 2, 2017
Merged

selector [value=""] is mishandled #1843

merged 2 commits into from
May 2, 2017

Conversation

CreaturesInUnitards
Copy link
Contributor

Sending the empty string as the value of an input or option in a selector passed to m() yields a tag with value="true"

e.g.
m('input[value=""]') becomes <input value="true">
and
m('option[value=""]') becomes <option value="true">

Sending the empty string as the value of an input or option in a selector passed to m() yields a tag with value="true"

e.g.
```m('input[value=""]')``` becomes ```<input value="true">```
and
```m('option[value=""]')``` becomes ```<option value="true">```
@tivac tivac merged commit 73d9265 into MithrilJS:next May 2, 2017
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

2 participants