Christiano
08/22/2023, 10:05 PMonClick
high order function that must be overridden I was not sure what to add in the function itself, and thus the form never actually completes xD
I couldn't find anything related in the docs regarding the forms, so asking here was my next big guess.David Herman
08/23/2023, 12:22 AMDavid Herman
08/23/2023, 12:22 AMDavid Herman
08/23/2023, 12:23 AMDavid Herman
08/23/2023, 12:23 AMDavid Herman
08/23/2023, 12:24 AMDavid Herman
08/23/2023, 12:24 AMDavid Herman
08/23/2023, 12:25 AMButton(
onClick = { ... }
type = ButtonType.Submit,
)
and it should work.David Herman
08/23/2023, 12:26 AMevt.preventDefault
for some long forgotten legacy reason that wasn't necessary anymore. We removed it just a few days ago, and I say "we" but I really mean the other guy because he's the one on the ball ๐ )David Herman
08/23/2023, 12:53 AMChristiano
08/23/2023, 7:13 AM