DocSpace-client/web/ASC.Web.Storybook/stories/input/combobox
2019-07-30 16:49:40 +03:00
..
combobox.stories.js Web: Components: Added recommended binds for functions at ComboBox and Paging components 2019-07-30 16:49:40 +03:00
README.md Web: Components: Added withBorder, selectedIndex and renamed items to options property`s of ComboBox component. Fixed story and readme for this component. 2019-07-26 12:02:36 +03:00

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