assisrafael/angular-input-masks

[cep] Validation is not working

Open

#173 创建于 2016年4月4日

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

仓库指标

Star
 (970 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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.

贡献者指南