react-power-select
react-power-select copied to clipboard
A highly composable & reusable select/autocomplete components
Bumps [moment](https://github.com/moment/moment) from 2.22.2 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...
Bumps [parse-url](https://github.com/IonicaBizau/parse-url) from 6.0.0 to 6.0.2. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [jsdom](https://github.com/jsdom/jsdom) from 11.12.0 to 16.5.0. Release notes Sourced from jsdom's releases. Version 16.5.0 Added window.queueMicrotask(). Added window.event. Added inputEvent.inputType. (diegohaz) Removed ondragexit from Window and friends, per a spec...
Hey @selvagsz, Seems I'm having some issues with my power-selects on ipads using iOS12. They open correctly and function well, but if i tap outside/blur, or select an option the...
[Ember basic dropdown](https://ember-basic-dropdown.com/docs/position/) has these options available and they are quite useful, it would be nice to add them to react-power-select as well.
Fixes #58 ```bash npx react-codemod rename-unsafe-lifecycles ``` - [x] run the codemod - [ ] add react & react-dom as peer dep ```json peerDependencies: { "react": ">=16.3.0", "react-dom": ">=16.3.0" }...
Hey, @prrashi @emilcieslar @selvagsz @umanghome @SCasarotto As of React 16.9.x it seems the authors are beginning their transition to a full hooks or hooks preferred component strategy. This latest change...
Need to allow only render props on all *Component api eg., ```jsx selectedComponent={blah} selectedComponent={} ``` will become ```jsx selectedComponent={(props) => ( blah )} selectedComponent={(props) => ( )} ```
Am I missing something or do the new docs (which are SUPER cool btw) lack example code? Came back here today to check on a prop and can't seem to...
Adding functionality to clear selected field using keyboard to support accessibility standards. "Some people cannot use a mouse, including many older users with limited fine motor control. An accessible website...