Closed SerikK closed 8 years ago
Hi there @SerikK. You can use custom cards with 19 digits. Your pattern is being masked by another pattern (they are selected in order). You want to use more-specific patterns and use unshift
rather than push
.
Thanks @jenanwise , Worked like a charm.
I have such code and I want to make the possibility to enter 19 digits instead of 16. How I can do that?