Skip to content

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

@lasselindqvist

Description

@lasselindqvist

(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")
}
}
}

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions