Prevent Angular from mangling email inputs

后端 未结 2 1126
無奈伤痛
無奈伤痛 2020-12-22 04:11

If I have an , and the user enters an Internationalized Domain Name, Angular (EDIT: except it\'s not Angular\'s fault - see my a

2条回答
  •  执念已碎
    2020-12-22 04:28

    As soon as you use ng-model on input type email, angularjs will use its magic on the input.

    Try it without ng-model

提交回复
热议问题