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
No response
If an item has an element that holds focus, e.g. an <input> element, that element will lose focus once the item is scrolled out of view.
<input>
StackBlitz link: https://stackblitz.com/edit/angular-pj7cgqpf?file=app%2Fcdk-virtual-scroll-overview-example.html Steps to reproduce:
Input field should say "hello" and it should still have focus.
Input field lose focus so text is not saved
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is this a regression?
The previous version in which this bug was not present was
No response
Description
If an item has an element that holds focus, e.g. an
<input>
element, that element will lose focus once the item is scrolled out of view.Reproduction
StackBlitz link: https://stackblitz.com/edit/angular-pj7cgqpf?file=app%2Fcdk-virtual-scroll-overview-example.html
Steps to reproduce:
Expected Behavior
Input field should say "hello" and it should still have focus.
Actual Behavior
Input field lose focus so text is not saved
Environment
The text was updated successfully, but these errors were encountered: