react-dropdown-input icon indicating copy to clipboard operation
react-dropdown-input copied to clipboard

A dropdown-input box (or combobox) for React, built on React-Bootstrap

Results 8 react-dropdown-input issues
Sort by recently updated
recently updated
newest added

First of all: thanks for the library! Anyway, I noticed that user can click on the disabled '+# more not shown' option and the text will be set into the...

I tried to `import { DropdownInput } from 'react-dropdown-input';` and I got the error `Module not found: Can't resolve 'react/addons' in '.../node_modules/react-dropdown-input'` ``` > npm -v react 2.15.5 ```

HI, I was receiving an error when building my app about the react/lib/joinClasses.js dependancy missing. I see you have had another issue opened with this same error and it was...

I'm getting these 2 errors: ``` ERROR in ./~/react-dropdown-input/index.js Module not found: Error: Cannot resolve module 'react/addons' in /~/prog/swiftmodel/electron/node_modules/react-dropdown-input @ ./~/react-dropdown-input/index.js 11:12-35 ERROR in ./~/react-dropdown-input/index.js Module not found: Error: Cannot...

Just stopping by and noticed a bug in your example page: ![image](https://cloud.githubusercontent.com/assets/796717/19318369/6ecd903a-9076-11e6-8f2c-a5ac7155f797.png)

Running this component with React 14, I get errors around a missing `/lib/joinClasses.js` library, which seems to only exist in React 13. Could you update to work in React 14?...

I get the following error: "TypeError: Super expression must either be null or a function, not undefined" Not really sure why, I just did npm install react-dropdown-input --save and got...