You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have verified that I use latest version of all @mantine/* packages
What version of @mantine/* packages do you have in package.json?
7.9.0
What package has an issue?
@mantine/form
What framework do you use?
Other, I will specify in the bug description
In which browsers you can reproduce the issue?
All
Describe the bug
I use a regular react app.
It seems in packages/@mantine/form/src/validate/should-validate-on-change.ts it only assumes the element index is between 0 to 9 and it's not validating fields over index 9
I followed this document
If possible, include a link to a codesandbox with a minimal reproduction
No response
Possible fix
No response
Self-service
I would be willing to implement a fix for this issue
The text was updated successfully, but these errors were encountered:
Dependencies check up
What version of @mantine/* packages do you have in package.json?
7.9.0
What package has an issue?
@mantine/form
What framework do you use?
Other, I will specify in the bug description
In which browsers you can reproduce the issue?
All
Describe the bug
I use a regular react app.
It seems in
packages/@mantine/form/src/validate/should-validate-on-change.ts
it only assumes the element index is between 0 to 9 and it's not validating fields over index 9I followed this document
If possible, include a link to a codesandbox with a minimal reproduction
No response
Possible fix
No response
Self-service
The text was updated successfully, but these errors were encountered: