Install using npm install dojando-react-dropdown-jquery
In a React app, use the Button component: import { Dropdown } from 'dojando-react-dropdown-jquery'
Name : data (required)
Description : (string array) Its the list of options of the dropdown.
Name : getValue (required)
Description : (function) the function passed to this prop will receive as parameter the selected value of the dropdown.
Name : name
Description : (string) the name of the dropdown.
Name : labelId
Description : (string) the id of the dropdown that can be linked to a label.
The options are sorted in alphabetical order