DocSpace-buildtools/web/ASC.Web.Storybook/stories/input/combobox/README.md

1.0 KiB

ComboBox

Description

Custom combo box input

Usage

import { ComboBox } from 'asc-web-components';

<ComboBox options={options} isDisabled={false}/>

Properties

Props Type Required Values Default Description
options array - - Combo box options
isDisabled bool - - false Indicates that component is disabled
withBorder bool - - true Indicates that component contain border
selectedIndex number - - 0 Index of option selected by default