2.3.0 • Published 8 years ago

combobox-with-input v2.3.0

Weekly downloads
2
License
ISC
Repository
github
Last release
8 years ago

React-ComboBoxWithInput

React component that lets you select from a listed option like in drop down list or combo box as well as by entering a value, like an input box.

  • Modify look with custom styles using the different classnames (inspect dom for the classnames)
  • list options can be in either of the two forms

{key: "Grade A", value: "10"}, {key: "Grade B", "value:"15"}

or

10, 15 / '10', '15'

Intallation

npm i combobox-with-input --save

Props

2.3.0

8 years ago

2.2.0

8 years ago

2.1.0

8 years ago

2.0.0

8 years ago

1.3.0

8 years ago

1.2.0

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago