提交 6a4d0815 编写于 作者: Q qiang

fix: 解决 Chrome 自动填充时 placeholder 仍然可见的问题

上级 e7126286
<template>
<uni-input
@change.stop
v-on="$listeners"
<uni-input
@change.stop
v-on="$listeners"
>
<div
ref="wrapper"
class="uni-input-wrapper"
<div
ref="wrapper"
class="uni-input-wrapper"
>
<div
v-show="!(composing || valueSync.length)"
......@@ -299,6 +299,7 @@ uni-input[hidden] {
}
.uni-input-input {
position: relative;
display: block;
height: 100%;
background: none;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册