-
-
Notifications
You must be signed in to change notification settings - Fork 61
Closed
Labels
questionFurther information is requestedFurther information is requested
Description
I am making Qwik app that uses modular-forms with valibot.
I have tried to make valibot schema that validates if the field of the form has been changed.
But the Qwik doesn't permit the use of local variables, the valibot schema should be located at the module scope.
So I think there is no way to provide the initial value to the schema, that is needed for that validation.
Is there a way to inject the initial value to the valibot schema?
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested