todos-input.swan 319 B

123456
  1. <scroll-view scroll-y class="bg-scroll-view">
  2. <view class="textarea-bg">
  3. <textarea class="textarea" placeholder="{{text.placeholder}}" placeholder-class="{{placeholder-class}}" auto-focus maxlength="512" bindinput="inputAction"></textarea>
  4. </view>
  5. </scroll-view>
  6. <view class="btn" bindtap="submitAction">提交</view>