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(autocomplete): handle null and undefined values #2814

Merged

Conversation

chirichok98
Copy link
Contributor

Please read and mark the following check list before creating a pull request:

Short description of what this resolves:

Fixes #2352

Before fix:
Autocomplete ignores null and undefined values.

After fix:
Autocomplete sets empty string as displayValue for input and sets null and undefined as value of control.

@chirichok98 chirichok98 changed the title fix (autocomplete): fixed set of null and undefined values fix(autocomplete): add support of null and undefined values Aug 3, 2021
@yggg yggg changed the title fix(autocomplete): add support of null and undefined values fix(autocomplete): correct support of null and undefined values Aug 25, 2021
@yggg yggg changed the title fix(autocomplete): correct support of null and undefined values fix(autocomplete): handle null and undefined values Aug 25, 2021
@yggg yggg merged commit 7753027 into akveo:master Aug 25, 2021
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.

Autocomplete : setting the input form control value to null or undefined does not reset
2 participants