Properties
accessor
ariaLabel
ariaLabel: string
asyncValidators
asyncValidators: AsyncValidatorFn[] = []
disabled
disabled: boolean = false
displayWith
displayWith: any = null
errorMessage
errorMessage: string = ...
hint
hint: string
inputChange
inputChange: EventEmitter<any> = ...
inputFormControl
inputFormControl: FormControl = ...
inputId
inputId: string
inputName
inputName: string
isRequired
isRequired: boolean = false
label
label: string
loading
loading: boolean = false
optionRef
optionRef: TemplateRef<unknown>
options
options: unknown[]
placeholder
placeholder: string = ...
validators
validators: ValidatorFn[] = []
value
value: any
valueChange
valueChange: EventEmitter<any> = ...
Custom data accessor when the supplied options are complex objects