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?Erik
07/05/2022, 7:55 AM