downshift
downshift copied to clipboard
🏎 A set of primitives to build simple, flexible, WAI-ARIA compliant React autocomplete, combobox or select dropdown components.
- `downshift` version: 6.1.7 - `node` version: v16.13.0 - `npm` (or `yarn`) version: 8.1.0 **Relevant code or config** ```javascript ``` **What you did**: I create a simple downshift usage. **What...
**What**: Update dependencies. Will block this until react 17 vs 18 adoption smoothens between all downshift dependencies. **Why**: Be up to date. **How**: **Checklist**: - [ ] Documentation - [...
Are there plans for this library to support react 18? Or is anyone using it in production with react 18 already?
- `downshift` version: 6.0.5 - `node` version: latest - `npm` (or `yarn`) version: latest **Relevant code or config** Simple implementation of a Select component using `useSelect` hook. Behaviour is visible...
**Problem description**: There is an issue with the example described in the docs [here](https://www.downshift-js.com/use-combobox/#using-action-props). [The codesandbox](https://codesandbox.io/s/github/kentcdodds/downshift-examples?file=/src/hooks/useCombobox/action-props.js) from the example. Using `useCombobox`, If you call `openMenu` on input focus and click...
Version: 6.1.7 **Problem description**: When I provide the a copy of the selectedItems object, like this: ``` selectedThings.map((x) => { return { value: x.value, label: x.label }; }) ``` I...
**Problem description**: Below is a little example where I render 2 sections by making the section label a disabled item. When navigating the items using the keyboard, it does behave...
This is a question/request, but I am happy to try to contribute if you can point me in the right direction :) I notice when using `useSelect`, if I have...
Migrate useSelect from 1.1 to 1.2 ARIA pattern.
- `downshift` version: 4.1.0 - `node` version: 12.13.0 - `npm` (or `yarn`) version: `yarn` 1.21.1 This is mostly a question, What is the difference between `highlightedIndex` and `selectedItem`, besides the...