combobox-with-input
v2.3.0
Published
React Component for a combo box with input box
Downloads
7
Maintainers
Readme
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