Replies: 1 comment 8 replies
-
Can you provide sample code to help us understand your issue? It would be easier to understand if you could provide some code. |
Beta Was this translation helpful? Give feedback.
8 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.
-
Hey everybody,
I'm looking for a way to use
useForm
and the corresponding fields in a controlled way. My scenario:onChange
) I submit the form viamethod="GET"
.useForm
hook. So far so good.I tried different approaches, but conform seems not to have a way to use it in a controlled way without loosing focus inside the field elements. No matter how I try to force conform to update itself from the last submission result, the updates won't have any effects on the form itself.
Does anybody else have this problem? Do you use conform to build filter forms?
Beta Was this translation helpful? Give feedback.
All reactions