Format telephone and credit card numbers in AngularJS

前端 未结 17 2104
猫巷女王i
猫巷女王i 2020-11-30 18:29

Question one (formatting telephone number):

I\'m having to format a telephone number in AngularJS but there is no filter for it. Is there a way to u

17条回答
  •  北海茫月
    2020-11-30 19:16

    enter image description here

    I also found that JQuery plugin that is easy to include in your Angular App (also with bower :D ) and which check all possible country codes with their respective masks : intl-tel-input

    You can then use the validationScript option in order to check the validity of the input's value.

提交回复
热议问题