-
Hi there, thanks for this library, it has the good defaults I would expect from a nice combobox.
I have one question: how accessible is the library really? I am only asking because all other librar…
-
Hi there, thanks for your great work on Downshift!
We're currently using the `useCombobox` hook and will definitely be using `useSelect` for our custom select components.
I'm currently tasked wi…
-
Downshift (`useComboBox`) is set up for `Home` and `End` keys to select the first or last option in the dropdown. However, the [WAI-ARIA ListBox spec](https://www.w3.org/TR/wai-aria-practices/examples…
-
- Use CSS-in-JS instead of CSS Modules (something like [@material-ui/styles](https://www.npmjs.com/package/@material-ui/styles))
- Support latest Draft.js and React
- Internationalization
- TypeScr…
sstur updated
4 years ago
-
#### 是否关联于某个问题吗:
因为后面升级所有的下拉select都使用了downshift
而低版本浏览器不兼容,导致无法使用新版本和新特性
#### 预期的解决方案:
还原之前的写法,或者更换一个插件(支持低版本的)
-
PDHREC currently does not automatically update.
There are 3 main barriers to the automatic update process:
1. The update loop takes too long. Updating each card to check for new legalities slows…
-
- `downshift` version: 6.0.5
- `node` version: 10.20.1
- `npm` (or `yarn`) version: (unsure, can replicate in code sandbox)
**Relevant code or config**
Can replicate in this code sandbox e…
-
### Summary
Currently, as a developer, you are able to use the itemToElement function to embed icons into items. However, you still need to use the itemToString function alongside in order to get it …
-
Support Filled and Outlined text fields
https://material-ui.com/demos/text-fields/#components
https://material-ui.com/api/filled-input/
https://material-ui.com/api/outlined-input/
-
I'd much rather prefer an API like this that allows `react-input-mask` to stay out of the business of rendering my input.
```jsx
const PhoneInput = ({ value, placeholder, onChange, ...props }) => {
…