assisrafael/angular-input-masks

[cep] Validation is not working

Ouverte

#173 ouverte le 4 avr. 2016

 (6 commentaires) (1 réaction) (0 personne assignée)JavaScript (330 forks)batch import
help wantedneeds: work

Métriques du dépôt

Stars
 (955 étoiles)
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