assisrafael/angular-input-masks

[cep] Validation is not working

Open

#173 创建于 2016年4月4日

在 GitHub 查看
 (6 评论) (1 反应) (0 负责人)JavaScript (970 star) (334 fork)batch import
help wantedneeds: work

描述

When trying to use cep as a number, validation does not work, because the validation is checking for value.length. We could add a toString() before checking length.

贡献者指南