Skip to content
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

Fix AutocompleteArrayInput inside ReferenceArrayInput #4042

Merged
merged 4 commits into from
Nov 26, 2019

Conversation

fzaninotto
Copy link
Member

@fzaninotto fzaninotto commented Nov 25, 2019

Some time ago, we added an optimization to avoid refetching already selected items each time a new item is selected. This is fine, except that we need to grab the already selected items from the store to get their option text...

closes #4021

@fzaninotto fzaninotto added the RFR Ready For Review label Nov 25, 2019
@fzaninotto fzaninotto added this to the 3.0.2 milestone Nov 25, 2019
@fzaninotto fzaninotto merged commit f083e44 into master Nov 26, 2019
@fzaninotto fzaninotto deleted the fix-autocompletearrayinput-empty-items branch November 26, 2019 10:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
RFR Ready For Review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[v3] ReferenceArrayInput don't work properly with AutocompleteArrayInput
2 participants