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

button cannot have name attribute, when other elements can #65

Open
lasselindqvist opened this issue Dec 26, 2017 · 0 comments
Open

button cannot have name attribute, when other elements can #65

lasselindqvist opened this issue Dec 26, 2017 · 0 comments
Assignees
Labels

Comments

@lasselindqvist
Copy link

lasselindqvist commented Dec 26, 2017

(0.6.8)
For example the following produces an error since "button" cannot have attribute name when input or buttonInput can. Shouldn't name be available for buttons, too?

System.out.appendHTML().html {
body {
div {
button(name = "buttonName")
buttonInput (name="buttonInputName")
input(name = "inputName")
}
}
}

@cy6erGn0m cy6erGn0m added the DSL label Jan 9, 2018
@cy6erGn0m cy6erGn0m self-assigned this Jan 9, 2018
cy6erGn0m pushed a commit that referenced this issue Jan 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants