Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cdk/text-field): Long multiline textfield focus issue.
When we have long multiline textfield and put cursor on almost an end (For eg. on 3rd last line) the scroll moves up to the top of textarea. This fix will use `blur` and `focus` in `scrollToCaretPosition` method Fixes angular#20255
- Loading branch information