I am using alfresco/forms/controls/MultiSelectInput component in my page. There is no option to select all items.
Is there way to do with MultiSelectInput Component or else?
AFAIK there is no such option for good reason - you can simply add a CheckBox widget with the label "select all" and have the multi select input conditionally disabled. So either the user explicitly selects any of the provided option or they just chose your select all checkbox. There is no need for the multi select input widget to handle that (and it shouldn't - modules / widgets should focus on one very specific use case, and in this case it is about allowing multiple selection similar to a plain HTML multi select field).
Thanks for quick reply Axel.
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.