-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Typescript version of React-Select Autocompletion implementation #10508
Comments
@franklixuefei What makes you think the demo is outdated? It seems to work: https://codesandbox.io/s/py61x4kz3j.
No, I can't. You can always refer to our TypeScript and the react-select TypeScript support. |
@oliviertassinari Thanks Olivier. It seems like the typescript definition for React-Select is not consistent with its implementation. I think I'll just fall back to Mui Multiple Selection in the demo here - https://material-ui.com/demos/selects/. However, for multiple selection, do you know how I can enable key stroke selections? Like if I start typing the first few letters of an option after the dropdown is expanded, that option can be highlighted, just like what's in the native selection. Actually, I've also tried adding "native" property to Select in the multiple select demo, but after that, the dropdown stops showing up anymore... (https://codesandbox.io/s/618yp103q3) So my questions are:
Thanks! |
No: #8191
Humm, last time I checked, the native select support of multiple is strange. I haven't tried it with Material-UI. It will most likely not work. We have sorted the demos by order of quality. The react-select is at the last position. I would rather not plan any work on it. At least, until the beta gets out. They are reimplementing the component from scratch. |
Hi,
I think that the React-Select autocompletion implementation under Autocompletion page is out-dated. Could you please review and update it? Also, currently I'm using typescript, and I'm having really hard time figuring out how to convert your implementation to typescript. Could you help me with that?
Thanks!
The text was updated successfully, but these errors were encountered: