We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://stackblitz.com/edit/ng-zorro-antd-start-oevrgr?file=src/app/app.component.ts
In a reactive form with an input and an autocomplete, there is a default value for the form control. Click on the input to show the autocomplete.
When a value is provided from the reactive form, the corresponding option must be selected.
No option is selected, the first one has just focus.
The text was updated successfully, but these errors were encountered:
fix(module:auto-complete): default value not selected
11c12a3
close NG-ZORRO#4362
09f1ec6
fix(module:auto-complete): default value not selected (NG-ZORRO#4366)
61ff14c
* fix(module:auto-complete): default value not selected close NG-ZORRO#4362 * docs(module:auto-complete): remove OnPush
e94cfae
hsuanxyz
No branches or pull requests
Reproduction link
https://stackblitz.com/edit/ng-zorro-antd-start-oevrgr?file=src/app/app.component.ts
Steps to reproduce
In a reactive form with an input and an autocomplete, there is a default value for the form control. Click on the input to show the autocomplete.
What is expected?
When a value is provided from the reactive form, the corresponding option must be selected.
What is actually happening?
No option is selected, the first one has just focus.
The text was updated successfully, but these errors were encountered: