allSelectInput.wxml 734 B

1
  1. <view class="change-input data-v-5d471ee2" style="{{('width:'+width+'rpx !important;height:'+height+'rpx !important;font-size:'+fontSize+'rpx !important')}}"><input style="{{(isActive?'caret-color:rgba(0,0,0,0)':'caret-color:rgba(0,0,0,1)')}}" focus="{{isFocus}}" type="{{inputType?inputType:'number'}}" placeholder="{{value==''&&inputVal==''?placeholder:''}}" data-event-opts="{{[['focus',[['initAllInput',['$event']]]],['blur',[['moveAllInput',['$event']]]],['input',[['__set_model',['','inputVal','$event',[]]],['changeAllInput',['$event']]]]]}}" value="{{inputVal}}" bindfocus="__e" bindblur="__e" bindinput="__e" class="data-v-5d471ee2"/><text class="{{['data-v-5d471ee2',isActive?'active':'']}}">{{value?value:''}}</text></view>