Represents options for a dropdown.
The DropdownOptions
interface provides a set of properties that control the
behavior and appearance of a dropdown. These options include settings for the
input label, input label position, label, tooltip, variant, color, size, icon,
disabled state, loading state, loading progress, children, and suffix.
Properties#
Property | Type |
---|---|
inputLabel? | string |
inputLabelPosition? | "top" |
label? | string |
tooltip? | string |
variant? | "regular" |
color? | "accent" |
size? | "normal" |
icon? | CustomIcon |
isDisabled? | boolean |
isLoading? | boolean |
loadingProgress? | number |
children? | |
suffix? | Partial <Omit <ButtonOptions , "label" |