mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-3934] PeoplCloudComponent - add dynamic placeholder (#4548)
* [ADF-3934] PeoplCloudComponent - add dynamic placeholder * [ADF-3934] - fix tests * [AF-3934] - PR changes * [ADF-3934] - remove unnecesary test * [ADF-3934] - lint
This commit is contained in:
committed by
Eugenio Romano
parent
4bfae518fb
commit
3df30f05f3
@@ -29,6 +29,7 @@ Allows one or more users to be selected (with auto-suggestion) based on the inpu
|
||||
| preSelectUsers | [`IdentityUserModel`](../../../lib/core/userinfo/models/identity-user.model.ts)`[]` | | Array of users to be pre-selected. All users in the array are pre-selected in multi selection mode, but only the first user is pre-selected in single selection mode. Mandatory properties are: id, email, username |
|
||||
| roles | `string[]` | | Role names of the users to be listed. |
|
||||
| validate | `Boolean` | false | This flag enables the validation on the preSelectUsers passed as input. In case the flag is true the components call the identity service to verify the validity of the information passed as input. Otherwise, no check will be done. |
|
||||
| title | `string` | | Translation key for the input placeholder |
|
||||
|
||||
### Events
|
||||
|
||||
|
Reference in New Issue
Block a user