dyna3/app-proto
Aaron Fenyes a46ef2c8d6 Work around data binding bug in number input
Setting `bind:value` or `bind:valueAsNumber` for a number input seems to
restrict what you can type in it. We work around this by switching to
text inputs for now. We should probably switch back to number inputs if
we can, though, because they let us take advantage of the browser's
parsing and validation.
2024-10-29 22:53:48 -07:00
..
src Work around data binding bug in number input 2024-10-29 22:53:48 -07:00
.gitignore feat: Application prototype (#14) 2024-10-21 23:38:27 +00:00
Cargo.toml Make constraints editable 2024-10-29 22:32:00 -07:00
index.html feat: Application prototype (#14) 2024-10-21 23:38:27 +00:00
main.css Work around data binding bug in number input 2024-10-29 22:53:48 -07:00
run-examples Port the Irisawa hexlet test to Rust 2024-10-25 21:43:53 -07:00