gpt4 book ai didi

vue.js - vee-validate 如何设置两个数字之间的数字限制?

转载 作者:搜寻专家 更新时间:2023-10-30 22:30:17 25 4
gpt4 key购买 nike

我试图将用户可以输入的位数限制在 3-6 之间。

出于某种原因,我找不到该怎么做。

这是我必须强制用户只添加三位数字的代码

<input type="text"  name='account-field-3' v-validate="'required|digits:3'" placeholder="6" class="form-control" > 

但我需要的是 3-6 之间。

最佳答案

您需要使用minmax

最大值:https://baianat.github.io/vee-validate/guide/rules.html#max

分钟:https://baianat.github.io/vee-validate/guide/rules.html#min

<input type="text"  name='account-field-3' v-validate="'required|min:3|max:6'" placeholder="6" class="form-control" > 

关于vue.js - vee-validate 如何设置两个数字之间的数字限制?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48584469/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com