plutov / formulosity

Self-hosted Surveys as Code platform.
https://formulosity.vercel.app
MIT License
181 stars 20 forks source link

Bug/UI | Pressing enter on any input screen refreshes the page #22

Closed anveshthakur closed 1 month ago

anveshthakur commented 1 month ago

Hi @plutov,

I've encountered an issue where, after entering a value in any of the answer input fields and pressing the "Enter" key to submit, the page refreshes without saving or submitting the input.

Expected behavior: Pressing "Enter" should submit the input or nothing should happen, not cause the page to refresh.

anveshthakur commented 1 month ago

Let me know If you want to fix this I can take this up, Thanks! :)

plutov commented 1 month ago

Let's validate/submit the form on Enter, good catch.

anveshthakur commented 1 month ago

Thanks! I will work on it.

plutov commented 1 month ago

done