i have a dropdown list with values as links which are to be opened upon selection in a new tab?
Discussion posts and replies are publicly visible
What exactly do you want to happen? Open a link when clicking the link, or open the link when the users selects an item? What is the purpose of this?
So i am basically building a home page screen which lists all my projects, and for each project card i have multiple helping links so i want to add a dropdown with in the card with display fields as Document Names and values as links,When a dropdown value is selected then the respective link should be opened in a new tab...
I have my doubts that this is a great user experience. Why not just use a bullet point list to show these items?
Hi, I Have Similar Doubt, I want to create a dropdown in home page each value in a dropdown has to call respective interface. Is it possible, if Yes Help me with this
sanatabassumm192914 said:call respective interface.
What exactly do you mean with this?
Do you want to show interface based on the dropdown selection? If so, it should be achievable. Create interfaces as per your requirement and use a local variable that stores your selection of the dropdown and use match to evaluate against the value and show your respective UI.