Hey crew! I'm running into a tricky puzzle I can't seem to solve: I want to show and hide elements based on a dropdown's current selected option. In the screenshot provided, I have 2 dropdown options: Contact and State. What I'm specifically trying to accomplish is when select (dropdown) element is set to option "State", hide the input field. Then when select (dropdown) element is set to option "Contact", show the input field. The input field would be hidden by default normally until "Contact" was selected. How do I achieve this in NordCraft?
PS: Perhaps there is a better way to do it but I will have all of these different input fields shown/hidden depending on which option in the dropdown is selected. Each of these inputs would be bound to different filtering variables which would then power filtering in a data set with different columns. Is there a better way than having all of these input fields being shown and hidden based on drop down selection?