Skip to content
New issue

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

[vant-field] 数字类型的输入框支持设置最大值、最小值 #5862

Open
CatsAndMice opened this issue Aug 9, 2024 · 1 comment

Comments

@CatsAndMice
Copy link

CatsAndMice commented Aug 9, 2024

这个功能解决了什么问题?

 <van-field
    type="number"
    label="年龄"
    placeholder="请输入年龄"
  />

type="number" type为数字类型无法限制最大、最小值

你期望的 API 是什么样子的?

 <van-field
    type="number"
    label="年龄"
   :max="80"
   :min="1"
    placeholder="请输入年龄"
  />

增加max、min两个prop属性控制

@nicopcat
Copy link

文档上有这属性,但是不生效 lol

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants