DropDown React components
npm install lt-dropdown-menu-jquery-to-reactGet a conversion from jQuery DropDown Menu to React (JSX) !
https://github.com/jquery/jquery-ui/blob/master/ui/widgets/selectmenu.js
js
using npm
npm install lt-dropdown-menu-jquery-to-reactusing yarn
yarn add lt-dropdown-menu-jquery-to-react
`Usage into React
`js
using import
import { DropDownSelect } from 'lt-dropdown-menu-jquery-to-react';
`Example
$3
`jsx
className={"form-group"}
id={"state"}
title={"State"}
dataArray={dataStates}
keyToWatch={"name"}
keyToValue={"abbreviation"}
keyToValueDefaultValue={"AL"}
/>
``