react-select2-wrapper icon indicating copy to clipboard operation
react-select2-wrapper copied to clipboard

Wrapper for Select2

Results 35 react-select2-wrapper issues
Sort by recently updated
recently updated
newest added

Bumps [select2](https://github.com/select2/select2) from 4.0.5 to 4.0.6. Release notes Sourced from select2's releases. Select2 4.0.6 New features/improvements Add style property to package.json (#5019) Implement clear and clearing events (#5058) Add scrollAfterSelect...

dependencies

Getting an error `Cannot read properties of undefined (reading 'oneOfType')` It is due to React having changed the library for this back in 15.5: https://reactjs.org/docs/typechecking-with-proptypes.html ``` Note: React.PropTypes has moved...

Just picked an example from here and after installing it is showing this message! × TypeError: Cannot read property 'oneOfType' of undefined

npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: [email protected] npm ERR! Found: [email protected] npm ERR! node_modules/react npm ERR! react@"^18.1.0" from...

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. #### Changes included in this PR - Changes to the following...

When I try to use the `onChange` binding, the page freezes up until I make my first change on the select. Then the page behaves relatively normally. I think there...

hello, anyone knows how this select2 can work properly in modal bootstrap 4, it looks like this. ![error](https://user-images.githubusercontent.com/28486482/117249867-7ce4c300-ae6c-11eb-894d-e86b054c4a4c.jpg) and this is my code ``` Inquiry Klaim × Nama Bank Nama...

I see the following error when using select2 >Warning: findDOMNode is deprecated in StrictMode. findDOMNode was passed an instance of Select2 which is inside StrictMode. Instead, add a ref directly...

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=prop-types&from_version=15.6.0&to_version=15.6.2&pr_id=6c18a184-09a3-49a0-9d06-154feb0cf73c&visibility=true&has_feature_flag=false) #### Changes included in this PR - Changes to...

Hi, hope you all doing well It would be great if the component could be TypeScript compatible. Tell me what you think and I can make the pull request.