You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(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")
}
}
}
The text was updated successfully, but these errors were encountered:
(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")
}
}
}
The text was updated successfully, but these errors were encountered: