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

- `downshift` version: 3.4.2 - `node` version: 10.15 - `npm` (or `yarn`) version: 6.4.1 **Relevant code or config** We are using downshift in a component contained in a shadow DOM....

bug
help wanted

`getToggleProps` should have onPress instead of onClick / onKeyDown, in the case of ReactNative. Basically it should have similar conditions found on the getter props in `downshift.js`. Same for other...

bug

- `downshift` version: 3.2.10 - `node` version: 10.15.3 - `yarn` version: 1.17.3 **Relevant code or config** ```javascript const stateReducer = (state, changes) => { switch (changes.type) { case Downshift.stateChangeTypes.clickItem: case...

needs investigation

**Problem description**: Your Flow type definitions make use of React.HTMLProps, but this type doesn't exist in Flow. https://github.com/paypal/downshift/blob/master/flow-typed/npm/downshift_v2.x.x.js.flow#L143 **Suggested solution**: Maybe `$Shape` will produce something similar.

help wanted

They're currently disabled. I'm not sure what's wrong with them. I don't have time to work on this and I don't use react native. So we'll need contributions here.

help wanted
needs investigation

Updates dependencies. Closes https://github.com/downshift-js/downshift/issues/1411. To Do: review rule updates and document why there are changes.

https://github.com/downshift-js/downshift/actions/runs/3076881796/jobs/4971348528 ``` [test:cypress] Oops...we found an error preparing this test file: [test:cypress] [test:cypress] > cypress/support/e2e.js [test:cypress] [test:cypress] The error was: [test:cypress] [test:cypress] Error: Webpack Compilation Error [test:cypress] ./node_modules/@testing-library/dom/dist/@testing-library/dom.esm.js 429:27 [test:cypress]...

help wanted
needs investigation

**What**: BREAKING CHANGE: Migrates the useSelect hook to support the ARIA 1.2 pattern for single select combobox. Closes https://github.com/downshift-js/downshift/issues/1365 The PR includes breaking changes, for both how useSelect works to...

When the controlled state is combined with the `openMenu` in the onFocus property of the input, `onSelectedItemChange` is not executed. - `downshift` version: 6.1.9 - `node` version: v16.11.1 - `npm`...

- `downshift` version: `6.1.9` - `node` version: `v14.18.0` - `npm` (or `yarn`) version: `6.14.15` This is a minimal codesandbox example of the issue: https://codesandbox.io/s/pedantic-lumiere-u5j108?file=/src/index.js **What you did**: I added `openMenu()`...