formly-js / angular-formly

JavaScript powered forms for AngularJS
http://docs.angular-formly.com
MIT License
2.23k stars 406 forks source link

How to check the email use this var regex = /^[0-9][0-9]{5}$/; #766

Open luoweilun opened 6 years ago

luoweilun commented 6 years ago

{ key: 'email', type: 'input', templateOptions: { label: gettextCatalog.getString('Email'), required: true } }