-
Notifications
You must be signed in to change notification settings - Fork 487
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
Disabled attribute markup is incorrect for button #522
Labels
status: next-release
Issues that will enter into the next release
type: bug
Issues reporting that Component is not doing what should be done
Comments
matuzalemsteles
added a commit
to matuzalemsteles/clay
that referenced
this issue
Feb 15, 2018
matuzalemsteles
added a commit
to matuzalemsteles/clay
that referenced
this issue
Feb 15, 2018
matuzalemsteles
added a commit
to matuzalemsteles/clay
that referenced
this issue
Feb 15, 2018
carloslancha
added a commit
that referenced
this issue
Feb 15, 2018
Adds disabled="disabled" to force your render separate from other attributes | Fixes #522
kienD
pushed a commit
to kienD/clay
that referenced
this issue
Feb 21, 2018
kienD
pushed a commit
to kienD/clay
that referenced
this issue
Feb 21, 2018
kienD
pushed a commit
to kienD/clay
that referenced
this issue
Feb 21, 2018
kienD
pushed a commit
to kienD/clay
that referenced
this issue
Feb 21, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
status: next-release
Issues that will enter into the next release
type: bug
Issues reporting that Component is not doing what should be done
In the Clay Sample portlet, when you add a clay button taglib with attribute
disabled="true"
, the generated markup isdisabledtype=button
, so the button is not disabled. Tested on https://liferay-master.wedeploy.io/The text was updated successfully, but these errors were encountered: