Extends#
Properties#
Property | Type | Overrides | Inherited from |
---|---|---|---|
icon? | CustomIcon | - | - |
inputLabel? | string | string [] | InputOptions .inputLabel |
tooltip? | string | string [] | - |
isDisabled? | boolean | InputOptions .isDisabled | - |
isLoading? | boolean | - | - |
loadingProgress? | number | - | - |
suffix? | Partial <Omit <ButtonOptions , "label" | "inputLabel" | "inputLabelPosition" |
values | SelectValue [] | - | - |
inputLabelPosition? | "top" | "left" | - |
value | SelectValue | - | InputOptions .value |
setValue | (value ) => void | - | InputOptions .setValue |