We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HBuilderX:4.36 uview-plus:3.3.61 代码如下: 问题一:运行在h5端,borderBottom属性放在form组件上是不生效的。但是如果放在formItem就会生效。 问题二:errorType在设置为toast的时候。无任何提示信息
The text was updated successfully, but these errors were encountered:
<up-form ref="formRef" :border-bottom="true" :model="formData" errorType="toast"> <up-form-item" prop="mobile"> <up-input v-model="formData.mobile" border="none" placeholder="请输入手机号" type="number" > </up-input> </up-form-item> </up-form>
Sorry, something went wrong.
校验规则是通过setRules方法设置的。errorType除了toast不能正常工作外,其他的都可以
No branches or pull requests
HBuilderX:4.36
uview-plus:3.3.61
代码如下:
问题一:运行在h5端,borderBottom属性放在form组件上是不生效的。但是如果放在formItem就会生效。
问题二:errorType在设置为toast的时候。无任何提示信息
The text was updated successfully, but these errors were encountered: