I am creating a dashboard, and I am looking to implement the scenario below.
- How do I create a cascading dropdown where selecting one field filters the available values in another dropdown?
- In a dropdown, how do I show a description for each option for user selection but pass its associated ID/key as the parameter value?
Let me know if you have any ideas on how to implement it.