WeChat Mini Programs textarea input text appears ghosting

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; }

Mar.26,2021

has been perfectly solved. Just set the value to value clipboard.png


ask questions pay attention to the format and the code blocks are messy. After you finish writing, take a preview and see

.
Menu