From 8ca57c57b06e8cafb6746b894def090f0eff3f4e Mon Sep 17 00:00:00 2001 From: Popescu Dan Date: Fri, 1 Jul 2022 17:42:48 +0300 Subject: [PATCH] fix(QInput): prevent problems with cordova on iOS #13653 (#13838) --- ui/src/components/field/QField.sass | 1 + ui/src/components/field/QField.styl | 1 + 2 files changed, 2 insertions(+) diff --git a/ui/src/components/field/QField.sass b/ui/src/components/field/QField.sass index 649c076991f..ebf6b6a8d47 100644 --- a/ui/src/components/field/QField.sass +++ b/ui/src/components/field/QField.sass @@ -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 diff --git a/ui/src/components/field/QField.styl b/ui/src/components/field/QField.styl index 5247363b8ff..51accd9f21e 100644 --- a/ui/src/components/field/QField.styl +++ b/ui/src/components/field/QField.styl @@ -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