formly-js / angular-formly

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

HideExpression in defaultOptions is not executed before rendering the type. #726

Open nitin-k opened 7 years ago

nitin-k commented 7 years ago

hideExpression defined in defaultOptions is not executed before rendering the field. But hideExpression defined in fields object are executed before rendering. Is there a way that I can enforce that ?

Here is the Jsbin with instructions: http://jsbin.com/jozabifefu/1/edit?js,output