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

## Versions - `downshift` version: `6.1.7` - `npm` (or `yarn`) version: `yarn 1.22.15` ## The issue Hello, when using `useCombobox`, I have run into an interesting issue where virtualising my...

## Remove the a11y status message functionality from the hooks - [ ] remove getA11yStatusMessage from useSelect. - [ ] remove getA11ySelectionMessage from useSelect. - [ ] remove getA11yStatusMessage from...

enhancement
wip

- `downshift` version: 6.1.7 - `node` version: 14.18.1 - `npm` (or `yarn`) version: yarn 1.22.15 **Description of the bug:** When the `useMultipleSelection` hook uses a controlled `selectedItems` prop, the delete...

needs investigation

**What**: Update the types file to allow the `item` passed into selectItem (returned from useCombobox) to be null. **Why**: Without this, you can't `selectItem(null)` using typescript. This is done in...

**What**: New feature, which supports `disabled` prop for `getSelectedItemProps` method. **Why**: When using `useMultipleSelection()` hook there is no support for disabling `Backspace` and `Delete` keys events and prevent from editing...

needs primary reviewer attention

- `downshift` version: 6.1.7 - `node` version: 16.11.0 - `npm` (or `yarn`) version: yarn 1.22.15 **Relevant code or config** The code is from the example in the readme **What you...

**What**: **Why**: **How**: **Checklist**: - [ ] Documentation - [ ] Tests - [ ] TypeScript Types - [ ] Flow Types - [ ] Ready to be merged

- `downshift` version: 6.1.7 - `node` version: v16.13.1 - `npm` (or `yarn`) version: yarn 1.22.17 **Relevant code or config** ``` import Downshift, { DownshiftInterface } from 'downshift'; ``` **Problem description**:...

question

- `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: 3.2.10 - `node` version: 8.10.0 - `npm` (or `yarn`) version: yarn 1.16.0 **This problem only happens in Mac with dead keys keyboard (like Portuguese).** In these keyboards...