PolymerElements / gold-phone-input

An input element that only allows phone numbers
https://webcomponents.org/element/PolymerElements/gold-phone-input
13 stars 30 forks source link

fix caret magic and add a bunch of tests to prove it #55

Closed notwaldorf closed 8 years ago

notwaldorf commented 8 years ago

Fixes https://github.com/PolymerElements/gold-phone-input/issues/18.

Basically, the caret magic math was wrong. The TLDR of the logic is:

bicknellr commented 8 years ago

LGTM

notwaldorf commented 8 years ago

Yay! Thanks!