react-select-plus icon indicating copy to clipboard operation
react-select-plus copied to clipboard

Fork of https://github.com/JedWatson/react-select with option group support

Results 26 react-select-plus issues
Sort by recently updated
recently updated
newest added

Hey there! I'd like to report a security issue but cannot find contact instructions on your repository. If not a hassle, might you kindly add a `SECURITY.md` file with an...

TypeError: Cannot read property 'string' of undefined ./node_modules/react-input-autosize/lib/AutosizeInput.js node_modules/react-input-autosize/lib/AutosizeInput.js:31 28 | var AutosizeInput = React.createClass({ 29 | displayName: 'AutosizeInput', 30 | propTypes: { > 31 | className: React.PropTypes.string, 32 |...

![image](https://user-images.githubusercontent.com/4153999/53640445-43d1b800-3c3d-11e9-903f-154d0aa777dd.png) I have a problem in react-input-autoresize dependency for this lib. React.PropTypes not supports in react 15.5 +

### Thanks for using react-select! Before creating an issue... # Are you asking a question? Please don't file GitHub issues to ask questions. Use Stack Overflow with a [#react-select](http://stackoverflow.com/questions/tagged/react-select) tag...

### Thanks for using react-select! Before creating an issue... # Are you asking a question? Please don't file GitHub issues to ask questions. Use Stack Overflow with a [#react-select](http://stackoverflow.com/questions/tagged/react-select) tag...

Hello, I had an issue with dropdown when searching. Delete key was not affecting input text. I looked into code (Select.js; handleKeyDown function line: 475). There is switch statement to...

Steps to replicate: 1. Go to the [example page](http://github.hubspot.com/react-select-plus/) 1. Type "south" in the "States" example 1. Press Enter to select "New South Wales" 1. Tab out and back in...

bug

This issue is similar to #109 but not entirely the same. The issue I'm encountering is that by passing `removeSelected={false}` as a prop (as per the documentation), the options remain,...

updated render input function for it. Use Case: - When the field has default value - When user enters value and selects values from options and wants to edit then...

This is just a documentation issue. I've been experimenting with react-select-plus, and it looks like it does exactly what I need. However, it's unclear to me how to use the...