245
Views
7
Comments
Solved
Limit number of  dropdown tags to be selected
Application Type
Reactive
Service Studio Version
11.10.4 (Build 36716)

Hey all ,

In my application I'm using a dropdown tags widget i want to allow only maximum 3 tags to be selected how can i do that

Thanks & Regards

2018-10-29 08-31-03
João Marques
 
MVP
Solution

Hi Kanishka,


In Advanced Format, you should fill {maxItemCount: 3}, like this:


Hope it helps.


Kind Regards,
JoĂŁo

UserImage.jpg
Kanishka Agarwal

Thanks it worked 

2026-02-18 14-34-58
Arshad Raza

This function is still available?? I didn't get it!

Dropdown Tags.png
2025-02-21 07-07-34
Rishabh Tailor

Hi @Arshad Raza ,

It is not supported in the new version. Check this for reference.

https://outsystemsui.outsystems.com/OutsystemsUiWebsite/MigrationPath?PatternName=DropdownTags

But the staff says it is implemented in the newer version as an extensibility feature. 

https://www.outsystems.com/ideas/12769/add-parameter-to-limit-the-number-of-tags-to-be-selected-from-a-dropdown-tag-widg/

In the earlier version we had an advanced config option to set different configs but this is deprecated now, It is now used in form of Extensibility feature which can used by using the config actions.
Here we have SetVirtualSelectConfigs action for dropdowns. which can be used to provide the max values and different configs. 

2025-12-29 06-17-15
Deepak Raj M

In present that option is not available, can you suggest anything new

2021-09-06 15-09-53
Dorine Boudry
 
MVP

@Deepak Raj M ,

it is there, read comment of Rishab, it is in the SetVirtualSelectConfigs, under provider configs.

2026-02-18 14-34-58
Arshad Raza

Hey @Rishabh Tailor,

Thanks for the reply,I have already implemented that SetVirtualSelectConfigs functionality and it worked for me.

I appreciate your effort for the given link,for sure I will read all the documentation.


Thanks & Regards

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.