Closed Slein2012 closed 3 years ago
Interesting! Sounds like a bug with the form library maybe.
Which form library are you using?
I'm currently using React-Hook-Form v.7.9.0
Ok then very likely it's a bug there. Blitz doesn't do anything with forms itself. I recommend making a minimal reproduction with RHF and opening an issue in their repo.
Closing this because it seems like it's gone stale and I am unable to repro. If it's still a problem, can you please provide a working repro that showcases the issue? https://codesandbox.io/s/github/blitz-js/codesandbox-template
What is the problem?
When using an LabeledTextField type="number" in Firefox the value of that field can be changed by the arrow buttons on the right side of the input field, but when the form gets submitted they do not submit any values. If one change the text field's value by hand and not by the arrow buttons the value gets submitted correctly. In Chrome both, the selection by the arrow buttons and the manual input return the selected value.
Paste all your error logs here:
Paste all relevant code snippets here:
What are detailed steps to reproduce this?
Run
blitz -v
and paste the output here:Please include below any other applicable logs and screenshots that show your problem:
No response