Idea Summary Enable Multiple value selection Select List
Use Case The requirement to select multiple values for selection
Preferred Solution (Optional)
yes, select many, and combo box many.
Multi-Select with filter option is required.
Looks like a tags list, for which there are some plugins:
https://apex.world/ords/f?p=100:710:13857695183714::::P710_PLG_ID:BE.CTB.SELECT2
https://apex.world/ords/f?p=100:710:13857695183714::::P710_PLG_ID:COM.ILAURENSSE.TAGSITEM
looks handy
Multi-Select with filter option is required in system by defualt
Currently using plugins to achieve this, if in built support is provided by oracle it will be helpful
YES REQUIRED
Yes it may be usefull
Multi Select with filter option is required in filter
Yes, may very usefull
So this was marked as delivered but in fact, the feature has NOT been delivered in 21.2 like this. Updating to backlog.
popup LOV does show multiple selections like this; chips. The request is for select list. Now select list does support multiple options but it is still just a normal select list with multiple lines. We don't have a select list multiple that show chips like that. It is on our backlog.
@jayson, could this be accomplished with some css to change the way the li items are displayed in the list? e.g.:
for li class="apex-item-multi-item"
border: 1px solid black; border-radius: 6px; padding: 3px; background-color: lightgray;