Skip to content

Commit

Permalink
fix(QInput): prevent problems with cordova on iOS #13653 (#13838)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdanpdan committed Jul 1, 2022
1 parent f9946c8 commit 8ca57c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/components/field/QField.sass
Expand Up @@ -126,6 +126,7 @@ $field-transition-label-right-up: .324s cubic-bezier(.4,0,.2,1)
width: 100%
min-width: 0 // needed for FF
outline: 0 !important // needed for FF
user-select: auto

&:-webkit-autofill
-webkit-animation-name: q-autofill
Expand Down
1 change: 1 addition & 0 deletions ui/src/components/field/QField.styl
Expand Up @@ -126,6 +126,7 @@ $field-transition-label-right-up = .324s cubic-bezier(.4,0,.2,1)
width: 100%
min-width: 0 // needed for FF
outline: 0 !important // needed for FF
user-select: auto

&:-webkit-autofill
-webkit-animation-name: q-autofill
Expand Down

0 comments on commit 8ca57c5

Please sign in to comment.