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.

2 Likes

Thanks for the feedback! :slightly_smiling_face:

I’ve just released v0.5.1 which fixes the pinging errors you mentioned. I’m looking into the form manipulation issues you reported.

2 Likes

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.

2 Likes

I merged your PR @absowoot, thanks! Working on enhancements related to your fork and the original repo.