OptionalariaARIA label for identifying the list.
OptionalautocompleteOptionalfilterThe filtering options used when the available identities are retrieved from the identities microservice. (default: false)
OptionalidOptionalidentitiesThe available users and groups to select from. If not provided, the identities are retrieved from the identities microservice.
OptionalinlineDetermines if the current user button is displayed above or to the left/right of the identity-select control. (default: false)
OptionalinputOptionalinputOptionalisOptionallimitOnly members of the given group will be valid and selectable. If inclusive if true, the group itself is treated as a valid selection.
Accepts the group id as a string, or as part of configuration object.
OptionalmodelOptionalmodelOptionalplaceholderOptionalreadOptionalselectionDoes the input allow the selection of only a user, users, a group, groups, or both? (default: SelectionMode.UsersAndGroups)
OptionalselfDetermines whether the select current user button is displayed. (default: false)
OptionaltitleOptional title that can be used to override the default dialog title.
Properties for SVICustomElement.IdentitySelect.
Example: HTML Example #1 - Provide a custom set of User/Group identities to display in dialog
Example: HTML Example #2 - Retrieve a list of users from the identities service in dialog
Example: Create element via document.createElement: