obetame / vue-input-code

base on vue2.0+ verification code input component. (基于Vue2.0+的移动端验证码输入组件)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

type 为 number 时还可以输入空格

smalike opened this issue · comments

type 为 number 时还可以输入空格。
并且希望增加自定义验证码输入格式的方法。

commented
  1. 空格bug确实存在,周末修复
  2. 自定义验证码输入指的是什么,可以再详细描述一下吗?

就如同当前问题一样,可以写对应的方法来验证输入是否合规。

commented

Fixed "can input space" in version 1.5.0

Add customValidate for validate user input.