packages/eui/packages/components-next/src/lib/components/eui-picker/modal-picker/eui-modal-picker.component.ts
| changeDetection | ChangeDetectionStrategy.OnPush |
| encapsulation | ViewEncapsulation.None |
| styleUrls | ../styles/_index.scss |
| templateUrl | ./eui-modal-picker.component.html |
Properties |
|
Methods |
constructor(config: any, euiDialogService: EuiDialogService, fb: FormBuilder)
|
||||||||||||
|
Parameters :
|
| clearInput |
clearInput()
|
|
Returns :
void
|
| toggleSelected | ||||||
toggleSelected(id: number)
|
||||||
|
Parameters :
Returns :
void
|
| Public config |
Type : any
|
Decorators :
@Inject(DYNAMIC_COMPONENT_CONFIG)
|
| Public dataSrc |
Type : EuiPickerItem[]
|
| Public filteredData |
Type : EuiPickerItem[]
|
| Public form |
Type : FormGroup
|