Replies: 2 comments 1 reply
-
You can use it. I use it in my own table edit modals. It is just not installed by default. Render your own form in the renderEditModalContent override |
Beta Was this translation helpful? Give feedback.
1 reply
-
I'd love for that to be the default. And I don't see any reason why it isn't. We can render our own form when it's a modal, but inline row editing is pretty much a nightmare. And I found myself having to override a lot of things to get it to work with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Why you don't use https://mantine.dev/form/use-form for validation and submitting forms? It would be more convenient to validate form with zod or other schema based validator https://mantine.dev/form/validation/ .
Also:
Beta Was this translation helpful? Give feedback.
All reactions