ILabeledSelectFormInputProps
geovisto-map / ILabeledSelectFormInputProps
Interface: ILabeledSelectFormInputProps
This interface declares specification of a form input props model.
Author
Jiri Hynek
Extends
Properties
label
label:
string
Source
model/types/inputs/labeled/select/ILabeledSelectFormInputProps.ts:9
onChangeAction
onChangeAction:
null| (this,ev) =>unknown
Inherited from
ISelectFormInputProps.onChangeAction
Source
model/types/inputs/basic/select/ISelectFormInputProps.ts:9
options
options:
string[]