We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
id
Hello,
I've just run the example from: #549 In the generated form we have:
<div class="ui checkbox"><input id="uniforms-0000-0001-Impact One" name="impact" type="checkbox"><label for="uniforms-0000-0001-Impact One">Impact One</label></div>
uniforms-0000-0001-Impact One contains a whitespace which is invalid: https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id
uniforms-0000-0001-Impact One
The text was updated successfully, but these errors were encountered:
Hi @metamn, Yes, you are right, this is a bug. We'll get to it soon.
Sorry, something went wrong.
Escaped id attributes (fixes #671).
6a30de6
kestarumper
Successfully merging a pull request may close this issue.
Hello,
I've just run the example from: #549
In the generated form we have:
uniforms-0000-0001-Impact One
contains a whitespace which is invalid: https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/idThe text was updated successfully, but these errors were encountered: