Replies: 1 comment
-
|
Hi - after seeing your reply to https://discord.com/channels/793529058377072650/940340536747896842/1109136922745520270 @andrew-boyd it reminded me a feature that I have seen in another (bespoke) implementation - that is the ability to suspend any 'required' validation rules so a partially complete form could be saved (i.e. missing data is ok, but not anything else that fails validation). I have a play with your example Andrew - many thanks for the inspiration! |
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.
-
I'm working with a multi-step form implementation that dynamically hides steps. When it hides steps and they are never visited, they still try to get validated on submit. Previously I was using an if condition to handle this but with version 0.17 that no longer works (breaks other dynamic step behavior). I'd like the ability to dynamically add an ignore flag to my sections so the submit handler ignores steps that are not actively part of the flow.
Beta Was this translation helpful? Give feedback.
All reactions