assisrafael/angular-input-masks

[cep] Validation is not working

Open

#173 ouverte le 4 avr. 2016

Voir sur GitHub
 (6 commentaires) (1 réaction) (0 assignés)JavaScript (334 forks)batch import
help wantedneeds: work

Métriques du dépôt

Stars
 (970 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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.

Guide contributeur