chrv-components 1.12.16 → 1.12.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -249,7 +249,7 @@ export class ParentComponent {
|
|
|
249
249
|
Sélection multiple avec tags :
|
|
250
250
|
|
|
251
251
|
```html
|
|
252
|
-
<
|
|
252
|
+
<chr-tag-select [data]="availableData" [display]="displayFunction" [placeholder]="'Sélectionner des éléments...'" [acceptText]="true"> </chr-tag-select>
|
|
253
253
|
```
|
|
254
254
|
|
|
255
255
|
```typescript
|
|
Binary file
|