Can we hide the next tab based on the value of a field from previous tab? #25
-
I want to hide next tab based on the value of a field in the current tab. Is this supported in the current version @manojadams ? |
Beta Was this translation helpful? Give feedback.
Answered by
manojadams
Feb 7, 2024
Replies: 1 comment 4 replies
-
Currently we do have provision to enable tabs as follows:
But disable tab based on certain field value is currently not present. To understand your requirement better, can you give me a sample example with more details of your use case? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To refer to fields in other tab's/section, you can use the key
section
.Check updated docs here:
https://mui-forms.vercel.app/field-dependencies/exists
For example: