标签: javascript html formatting polymer
我需要一个使用webcomponents的输入元素,它允许您决定您想要的国家/地区,然后是电话号码,应该相应地格式化。 Gold phone input没有国家/地区选择,而且 - 更糟糕的是 - 没有为电话号码预设。 我考虑过使用paper-countries以及gold-phone-number,但它没有区号。
唯一真正的选择是https://github.com/jackocnr/intl-tel-input,但我真的不想为此使用Jquery JUST。
这些是我唯一的选择吗?