Hello guys, I have a dropdown input, with different options. I want to configure the dropdown such that once something is selected, I show a different value.
If i select Option “new item”, the input will show “Vendor Name”. Any option i select will always show “Vendor Name” instead.
I tried to use the free layout option but I’m lost on how to do it, does anyone have an idea?
Ok so I’m not 100% sure I understand what you’re trying to attempt. Here’s a video I recorded for you on how to use the select element to display different selected options.
I don’t think I was able to answer your question so don’t hesitate to follow up to help me understand better.
Yes, I asked the team and they said that they’re not sure if this is possible with the current version of the select. It requires a minor modification of the element.
For now, you would need to make the selection manually in no-code, using a hover dropdown and a repeat for example. It should be fine if you don’t have too many options.