2 messages · Page 1 of 1 (latest)
I love mantine's useForm hook's simplicity. I'm looking to use it for a filter menu, but I need a way to listen for changes without having to have a submit button.
Is there a way I can do this with mantine or is there another library that works similar to mantine that can do this?
you can always get current form values with form.values