Created on 30 August 2020
icon_unfollowing
Login to follow
multiselect-reactandmob

Multiple Selection Dropdown (ReactAndMob)

Stable version 1.9.1 (Compatible with OutSystems 11)
Uploaded on 10 August 2023 by 
multiselect-reactandmob

Multiple Selection Dropdown (ReactAndMob)

Documentation
1.9.1

For instructions on how to

  • Show only the count of items selected (not the item names)
    see Documentation from Version 1.6.2


For all else

  • Service Studio has detailed documentation in parameter descriptions etc.
  • Live demo has detailed documentation in tooltips

1.8.1

For instructions on how to

  • Show only the count of items selected (not the item names)
    see Documentation from Version 1.6.2


For all else

  • Service Studio has detailed documentation in parameter descriptions etc.
  • Live demo has detailed documentation in tooltips

1.7.1
  • See documentation from previous versions, for how to create a dropdown which only shows the count selected in the menu bar. The process has not changed.
  • All inputs etc. have inline documentation in their description.
  • The demo has detailed documentation in tooltips for each parameter.


1.6.2

How to show only the count of items selected
(not the item names)



If you would like to display a count (number of items selected), regardless of the number of items selected:

  1. set DropdownBar_ShowCountAfterNItemsSelected = 0
  2. set the NothingSelectedText placeholder to an expression like 0/x Selected
  3. set the AllSelectedText placholder to an expression like x/x Selected
    (where x is the length of your input list)
  4. use the same word (eg. "Selected") in all three placeholders:
    NothingSelectedText, ShowCountAfterNItemsSelected, and AllSelectedText.



Implementation Note:
This implementation may seem complicated, which it is, however it retains flexibility.
For example, it retains the ability to use a separate messages when all items, or no items, are selected.


1.6.1

How to show only the count of items selected
(not the item names)



If you would like to display a count (number of items selected), regardless of the number of items selected:

  1. set DropdownBar_ShowCountAfterNItemsSelected = 0
  2. set the NothingSelectedText placeholder to an expression like 0/x Selected
  3. set the AllSelectedText placholder to an expression like x/x Selected
    (where x is the length of your input list)
  4. use the same word (eg. "Selected") in all three placeholders:
    NothingSelectedText, ShowCountAfterNItemsSelected, and AllSelectedText.



Implementation Note:
This implementation may seem complicated, which it is, however it retains flexibility.
For example, it retains the ability to use a separate messages when all items, or no items, are selected.


Support options
This asset is not supported by OutSystems. You may use the discussion forums to leave suggestions or obtain best-effort support from the community, including from  who created this asset.
Dependencies
Multiple Selection Dropdown (ReactAndMob) has no dependencies.