wave-ui 1.45.11 → 1.45.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -287,9 +287,9 @@ export default {
|
|
|
287
287
|
|
|
288
288
|
mounted () {
|
|
289
289
|
// On page load, check if the field is autofilled by the browser.
|
|
290
|
-
|
|
291
|
-
if (this.$refs.input.
|
|
292
|
-
}
|
|
290
|
+
this.$nextTick(() => {
|
|
291
|
+
if (this.$refs.input.matches(':-webkit-autofill')) this.isAutofilled = true
|
|
292
|
+
})
|
|
293
293
|
},
|
|
294
294
|
|
|
295
295
|
watch: {
|