If you need to customize the userpicker component to allow users to pick a particular user from a specific group, you have to extend the OOTB userpicker component. It uses the UserManager service instance to get the group authorizable and retrieve the group members using getMembers() method thereafter. Refer the sample code for this purpose-
No comments:
Post a Comment