Erik
07/01/2022, 2:03 PMTextInput
or NumberInput
? I hoped that adding this would work:
addEventListener("submit") {
onSubmit()
it.preventDefault()
}
And I also tried the "onkeyup"
event, but I can't seem to trigger a callback.
Must I use a Form
for this, or can it be done without one?