- <view class='input-index {{className}}' style='{{style}}' ref='saveChildRef0'>
- <custom-input a:if="{{type !== 'textarea'}}" type='{{type}}' maxlength='{{maxLength}}' value='{{value}}' placeholder='{{placeholder}}' disabled='{{disabled|| isAudit}}' onInput='getValue'>
- </custom-input>
- <textarea style='width: 100%;' a:if="{{type === 'textarea'}}" value='{{value}}' placeholder='{{placeholder}}' auto-height='{{true}}' disabled='{{disabled}}' onInput='getValue'>
- </textarea>
- </view>
|