dyna3/app-proto/src
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
..
add_remove.rs Make constraints editable 2024-10-29 22:32:00 -07:00
assembly.rs Make constraints editable 2024-10-29 22:32:00 -07:00
display.rs feat: Application prototype (#14) 2024-10-21 23:38:27 +00:00
engine.rs Enforce constraints in the editor 2024-10-26 23:51:27 -07:00
identity.vert feat: Application prototype (#14) 2024-10-21 23:38:27 +00:00
inversive.frag feat: Application prototype (#14) 2024-10-21 23:38:27 +00:00
main.rs feat: Application prototype (#14) 2024-10-21 23:38:27 +00:00
outline.rs Work around data binding bug in number input 2024-10-29 22:53:48 -07:00