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
<van-field type="number" label="年龄" placeholder="请输入年龄" />
type="number" type为数字类型无法限制最大、最小值
type="number"
<van-field type="number" label="年龄" :max="80" :min="1" placeholder="请输入年龄" />
增加max、min两个prop属性控制
max、min
The text was updated successfully, but these errors were encountered:
文档上有这属性,但是不生效 lol
Sorry, something went wrong.
No branches or pull requests
这个功能解决了什么问题?
type="number"
type为数字类型无法限制最大、最小值你期望的 API 是什么样子的?
增加
max、min
两个prop属性控制The text was updated successfully, but these errors were encountered: