WeChat Mini Programs textarea input more text ghosting
also looked up a lot on the Internet, but could not solve
<view class="txt-wrap">
<textarea class="txt" placeholder=""></textarea>
</view>
.txt-wrap{ width: 690rpx;
margin: 0 auto;
display: block;
font-size: 30rpx;
line-height: 1.5;
}
.txt{ width: 100%;
display: block; }