<view class="swan-security-padding-bottom">
    <view class="preview-caption">默认样式输入框</view>
    <view s-for="item, index in inputGroup">
        <gov-input
            data-index="{{index}}"
            ipt-error-info="{{error[index]}}"
            ipt-item-type="{{item.iptItemType}}"
            ipt-title="{{item.iptTitle}}"
            ipt-name="{{item.iptName}}"
            placeholder-content="{{item.placeholderContent}}"
            ipt-value="{{item.iptValue}}"
            type="{{item.type}}"
            password="{{item.password}}"
            maxlength="{{item.maxLength}}"
            focus="{{item.focus}}"
            disabled="{{item.disabled}}"
            confirm-type="{{item.confirmType}}"
            ipt-error-info="{{item.iptErrorInfo}}"
            ipt-notic-info="{{item.iptNoticInfo}}"
            bindkeyinput="iptKeyInput"
            bindiptblur="iptBlur"
            bindiptfocus="iptFocus"
            bindiptconfirm="iptConfirm"
            bindiptclean="handleClean">
        </gov-input>
    </view>
</view>
