I have three dependent inputs ways for my form that requires validation.
- First Dropdown
- Second Dropdown
- Third Free Text
I need help in implementing the required_if condition as the syntax is a bit confusing to make put it to work, and resolve the following
- When [Issue Category] has the value 'Other (Enter Detail)', then [Issue] needs to be disabled, [Detail] field becomes required.
- When [Issue] has the value 'Other (Enter Detail)' then [Detail] field becomes required.
- v-bind:key is required for the second dropdown, but unsure how to use a number to remove the error that appears in the console.