I'm creating a Dashboard where i have multiple tabs(link list input) and i've multiple text input field now i do not want all text field to appear in all the tabs. for example I've 6 input field "username" "hostname" "source_IP" "destination_IP" "emailID" "user identity" and I've 4-5 tabs now in the first tab I want to see only username and hostname input type in the 2nd tab I want to see source IP and destination IP field and in the 3rd field I want to see user identity ,username and hostname field. how can I achieve this, I'm not able to use multiple depends="token name" command in the in input text field tag
... View more