downshift icon indicating copy to clipboard operation
downshift copied to clipboard

🏎 A set of primitives to build simple, flexible, WAI-ARIA compliant React autocomplete, combobox or select dropdown components.

Results 155 downshift issues
Sort by recently updated
recently updated
newest added

I'm curious if there's a possibility to make downshift work with the [popup button component](https://developer.apple.com/design/human-interface-guidelines/macos/buttons/pop-up-buttons/) that MacOS Human Interface Guidelines lay out. Essentially, its a popup menu where the currently...

- `downshift` version: 6.1.7 - `node` version: 14.16.1 - `npm` (or `yarn`) version: 3.1.1 **What you did**: I use `useCombobox` and get `getItemProps()` from it, and apply those to individual...

- `downshift` version: 6.1.3 - `node` version: 14.17.3 - `npm` (or `yarn`) version: npm 6.14.13 **Relevant code or config** Example taken from my reproduction : ```javascript {isOpen && items.map((item, index)...

Hi, I like the downshift's idea of simplify code experience for various complex select component. But unfortunately my job require me to code vue at the most time 😢 Then...

- `downshift` version: 6.1.2 - `node` version:16.1.0 - `npm` version: 7.12.0 **Relevant code or config** ```javascript {filteredSuggestions.map((o, i) => { return ( { selectItem(o); }} className={`${ highlightedIndex === i ?...

- `downshift` version: 6.1.7 - `node` version: 16.13.2 - `npm` (or `yarn`) version: 8.1.2 **Relevant code or config** **What you did**: Run `"test:flow:coverage"`. **What happened**: Error like this https://github.com/rpl/flow-coverage-report/issues/208. Should...

help wanted
chore

- `downshift` version: 6.0.6 - `node` version: 14.15 - `npm` (or `yarn`) version: 6.14.9 **What you did**: Implement a searchbox with dropdown suggestions as combobox **What happened**: accessibility tool is...

enhancement
help wanted
BREAKING CHANGE

- `downshift` version: 6.1.7 - `node` version: 16.13.2 - `npm` (or `yarn`) version: 8.1.2 **Relevant code or config** This is a near identical copy+paste from the `useCombobox` docs. Just modified...

- `downshift` version: - `node` version: - `npm` (or `yarn`) version: Just quickly clicking through the demo page **Relevant code or config** Exactly what's on the demo page for multiselect,...

question

- `downshift` version: 6.0.6 - `node` version: 12.18.3 - `npm` (or `yarn`) version: 6.14.6 **Relevant code or config** ```javascript import {useSelect} from 'downshift/preact'; import {h} from 'preact'; export function Select({items})...

bug