absowoot
Clearing form fields not working as expected
Recently, I forked a repository for managing simple todo list and noticed that clearing form fields does not work as expected. Additionally, when checking off an item and clearing it, the checkbox for the next item gets checked. Is manipulating form elements currently not supported?
Video preview here: https://imgur.com/a/kHZRD1X
Other than these issues, I’ve enjoyed the DX so far! Additionally, I attempted to deploy this app to Fly.io as a demo, but found that pinging fails continuously. This works as expected on localhost.
Marked As Solved
bartblast
@absowoot I made a pull request fixing the issues in the original repo: https://github.com/sanderhahn/todos-hologram-ash/pull/2
Also Liked
bartblast
Thanks for the feedback! ![]()
I’ve just released v0.5.1 which fixes the pinging errors you mentioned. I’m looking into the form manipulation issues you reported.
absowoot
The update resolved the ping issue, thanks!
One other thing, I have a pending PR request to resolve an issue with checkboxes, so if you are testing with my repository, that PR will need to be applied to uncheck todos successfully.







