How to disable click Next in wizard step? #632
-
I want to prevent user from clicking Next button when they haven't filled all thing in that step yet, I don't see any props or feature in the wizard for that. How should I do that? |
Beta Was this translation helpful? Give feedback.
Answered by
connorlanigan
Jan 12, 2023
Replies: 1 comment 2 replies
-
Disabling the Next button is not supported. Instead, we recommend to follow our Validation pattern, where the primary button stays always enabled and is used to trigger validation. This helps the user understand what they need to do in order to proceed. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
just-boris
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Disabling the Next button is not supported. Instead, we recommend to follow our Validation pattern, where the primary button stays always enabled and is used to trigger validation. This helps the user understand what they need to do in order to proceed.