Skip to content

Commit

Permalink
fix(QInput): prevent problems with cordova on iOS #13653 (#13839)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdanpdan committed Jul 1, 2022
1 parent ded1052 commit 6e1589e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/components/field/QField.sass
Expand Up @@ -125,6 +125,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 6e1589e

Please sign in to comment.