aranlucas / react-hook-form-mantine

React Hook Form bindings for Mantine components
https://aranlucas.github.io/react-hook-form-mantine/
83 stars 12 forks source link

fix: NumberInput converts input into a number #25

Closed MrPatesz closed 4 months ago

MrPatesz commented 6 months ago

Issue: Using Zod to validate a form showed that after deleting the input and entering any value into it, the input becomes string and stays a string.

Solution: Converting the input into a number when possible.

github-actions[bot] commented 4 months ago

Stale pull request message