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

[RFR] Fix AutocompleteInput by removing auto selection #2833

Merged
merged 2 commits into from
Jan 31, 2019

Conversation

djhi
Copy link
Contributor

@djhi djhi commented Jan 30, 2019

The main issue was that when used in a ReferenceInput, whenever the filter changed, the AutocompleteInput first checked if one of the already available choices matched and if only one was found, it would not even try to fetch others from the dataProvider.

As we also had numerous complaints about the auto-selection feature, we decided to remove it completely.

Fixes #2688, #2346

@djhi djhi added this to the 2.7.0 milestone Jan 30, 2019
@djhi djhi changed the base branch from next to master January 30, 2019 11:26
@djhi djhi modified the milestones: 2.7.0, v2.6.4 Jan 30, 2019
@djhi djhi changed the title [RFR] Fix AutocompleteInput by removing auto selection [WIP] Fix AutocompleteInput by removing auto selection Jan 30, 2019
@djhi djhi changed the title [WIP] Fix AutocompleteInput by removing auto selection [RFR] Fix AutocompleteInput by removing auto selection Jan 30, 2019
@fzaninotto fzaninotto merged commit ec4fae2 into master Jan 31, 2019
@fzaninotto fzaninotto deleted the fix-autocomplete-input branch January 31, 2019 13:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants