Open TorRanfelt opened 5 years ago
This seems to be related to the "checked" property.
This code throws an exception:
input(type = InputType.checkBox) {
attrs {
checked = true
println("checked: $checked")
}
}
I assume the "checked" property does not yet exist
Apparently kotlinx.html currently doesn't allow JetBrain's react-wrapper to function properly https://github.com/JetBrains/kotlin-wrappers/issues/35