Skip to Main Content
Feature Request FR-1984
Product Area Application Builder
Status DELIVERED

45 Voters

Enable Multiple value selection Select List

awais majeed Public
· Sep 22 2021

Idea Summary
Enable Multiple value selection Select List

Use Case
The requirement to select multiple values for selection

Preferred Solution (Optional)
 

This has been delivered in Oracle APEX 24.1!

Comments

Comments

  • john.snyders APEX Team OP 3.8 years ago

    yes, select many, and combo box many.

  • muddasar amin OP 3.8 years ago

    Multi-Select with filter option is required.

  • ino.laurensse OP 3.8 years ago

    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

  • 10besemkhan OP 3.7 years ago

    looks handy

  • abrarji OP 3.7 years ago

    Multi-Select with filter option is required in system by defualt

  • farish.yourfriend OP 3.7 years ago

    Currently using plugins to achieve this, if in built support is provided by oracle it will be helpful

  • haseeb.tnr OP 3.6 years ago

    YES REQUIRED

  • rana.waseem OP 3.6 years ago

    Yes it may be usefull

  • abrarji OP 3.6 years ago

    Multi Select with filter option is required in filter

  • eramrit_datasoft OP 3.5 years ago

    Yes, may very usefull

  • jayson hanes Admin OP 3.2 years ago

    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.

  • mswvette OP 3.1 years ago

    @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;