assisrafael/angular-input-masks

[cep] Validation is not working

Open

#173 opened on 2016年4月4日

GitHub で見る
 (6 comments) (1 reaction) (0 assignees)JavaScript (970 stars) (334 forks)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.

コントリビューターガイド