up storybook main button
This commit is contained in:
parent
4af14e6e34
commit
d5610f38be
15 changed files with 339 additions and 547 deletions
|
@ -16,11 +16,11 @@ export class MultiSelector {
|
|||
// @Input() ActionTypes: any;
|
||||
@Input() availableChoices: any = ['choix 1', 'choix 2', 'choix 3'];
|
||||
@Input() selectedChoices: any = ['choix 4', 'choix 5'];
|
||||
@Input() displayDropdown: boolean = false;
|
||||
@Input() displayDropdown: boolean = true;
|
||||
|
||||
@Input() store: any;
|
||||
@Input() actionTypes: any;
|
||||
|
||||
|
||||
@Output() selectedChoicesChange = new EventEmitter<any>();
|
||||
@Output() availableChoicesChange = new EventEmitter<any>();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue