formly-js / angular-formly-website

The website for angular-formly
http://angular-formly.com
18 stars 26 forks source link

ng-mask doesnt work conditional with expressionProperties #87

Open hrishi1183 opened 8 years ago

hrishi1183 commented 8 years ago

ng-mask is not working conditional.. expressionProperties: { "templateOptions.mask": "true ? '9999999999-99' : '(999)999-999'" }, ex: one text field need to have different format based on its previous selection.. but expressionProperties is not working with ng-mask

http://jsbin.com/wixawijuca/1/edit?js,output

can anybody has any idea how to make ng-mask conditional