-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
[RFR] New AutocompleteArrayInput #3667
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work! I love that you used the same code for Autocomplete and AutocompleteArray.
packages/ra-ui-materialui/src/input/AutocompleteArrayInput.spec.tsx
Outdated
Show resolved
Hide resolved
packages/ra-ui-materialui/src/input/AutocompleteArrayInput.spec.tsx
Outdated
Show resolved
Hide resolved
packages/ra-ui-materialui/src/input/AutocompleteArrayInput.spec.tsx
Outdated
Show resolved
Hide resolved
Co-Authored-By: Francois Zaninotto <francois@marmelab.com>
Co-Authored-By: Francois Zaninotto <francois@marmelab.com>
Reviewed. Note that I will probably refactor those components a lot along with the others which handle multiple choices in a future PR |
I should write this issue maybe in sandbox, but like is the same problem here reporterted, only i go to mencion it. i am testing the beta 3.0.0 version, and i am seeing that the problem with this component when working with ReferenceInput persist. Attached an image. In the firs image i typed the letter ka. In the second image i wrote the letters ka an the letter u. When the component filter, the filter value stay on top of the window. I hope to be clear and to be in the right place. Sure, thaks you a lot for all this work in this project, is great. |
AutocompleteArrayInput
usingdownshift
AutocompleteInput
- [ ] Refactor (hooks, etc.) to avoid too much code duplication betweenTo be done in another PRAutocompleteArrayInput
andAutocompleteInput