This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(input): Fix transition when switching tabs in Safari.
In Safari, if you select an input, switch tabs, then switch back, the CSS animation to float the label does not fire properly causing the label to sit on top on any text that you copy/paste into the field. Fix by delaying the `setFocus()` until the next tick. Fixes #4203. Closes #7207
- Loading branch information
1 parent
3b76647
commit b944ea1
Showing
2 changed files
with
16 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters