DocSpace-client/web/ASC.Web.Storybook/stories/input/combobox
2019-07-18 11:00:59 +03:00
..
combobox.stories.js Web: Added component ComboBox 2019-07-18 11:00:59 +03:00
README.md Web: Added component ComboBox 2019-07-18 11:00:59 +03:00

ComboBox

Description

Custom combo box input

Usage

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

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

Properties

Props Type Required Values Default Description
items array of object - - Combo box items
isDisabled bool - - false Indicates that component is disabled