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

A Select control built with Reactjs, styled-components and :heart: http://agutoli.github.io/

Results 9 react-styled-select issues
Sort by recently updated
recently updated
newest added

Hi! 1. When component is used with TAB in single select mode, item selector opens up and TABbing over it does not work, it stays open and focused on the...

Bumps [eslint](https://github.com/eslint/eslint) from 3.19.0 to 6.7.0. Release notes *Sourced from [eslint's releases](https://github.com/eslint/eslint/releases).* > ## v6.7.0 > * [`312a88f`](https://github.com/eslint/eslint/commit/312a88f2230082d898b7d8d82f8af63cb352e55a) New: Add grouped-accessor-pairs rule (fixes [#12277](https://github-redirect.dependabot.com/eslint/eslint/issues/12277)) ([#12331](https://github-redirect.dependabot.com/eslint/eslint/issues/12331)) (Milos Djermanovic) > * [`5c68f5f`](https://github.com/eslint/eslint/commit/5c68f5feeb4a6c0cb53ff76b2fd255b5bfa69c93)...

dependencies

Made a change to the focus event that allows the open dropdown to be closed by a mouse click.

If I do something like this: {label: GoogleFonts[0], value: GoogleFonts[0], style: {fontFamily:GoogleFonts[0]}}, {label: GoogleFonts[1], value: GoogleFonts[1], style: {color:'red'}}, {label: GoogleFonts[2], value: GoogleFonts[2], style: {fontFamily:GoogleFonts[2]}}, {label: GoogleFonts[3], value: GoogleFonts[3], style: {fontFamily:GoogleFonts[3]}},...

`React.createElement: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: undefined. You likely forgot to export your component from the file...

enhancement
help wanted
new feature

Just importing the component gives error: ``` ReferenceError: MutationObserver is not defined at Object. (node_modules/@webcomponents/shadydom/shadydom.min.js:16:377) at Object. (node_modules/@webcomponents/shadydom/shadydom.min.js:66:338) at Object..Object.defineProperty.value (node_modules/react-styled-select/lib/Select/Select.js:5:986) at Object. (node_modules/react-styled-select/lib/Select/Select.js:13:3) at Object..Object.defineProperty.value (node_modules/react-styled-select/lib/index.js:5:40) at Object. (node_modules/react-styled-select/lib/index.js:13:3)...

bug
help wanted

In you application we use the styled-component theme to define the base colors and fonts of our application. In the same application we have multiple theme that is switched based...