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
Hi Kanishka,
In Advanced Format, you should fill {maxItemCount: 3}, like this:
Hope it helps.
Kind Regards,JoĂŁo
Thanks it worked
This function is still available?? I didn't get it!
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.
In present that option is not available, can you suggest anything new
@Deepak Raj M ,
it is there, read comment of Rishab, it is in the SetVirtualSelectConfigs, under provider configs.
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.