we have a custom suite that till now had a drop-do...
# suitescript
s
we have a custom suite that till now had a drop-down /select that when submitted would post to an external API triggering a sync the list has been getting to long and there has been areuqest to have two different dropdowns or lists. how can have that only one dropdown is active at a time
a
Why two different multi-selects? what issue are you having with the current multi-select?
s
it is a single select but the list is getting to long
a
There are many ways to deal with that: • Define filters/criteria to dynamically populated your select field. (For example the use select filters and the select field auto-populated with the results (narrowing down the list)) • Create a JavaScript auto-complete input.