angular-material
angular-material copied to clipboard
[BUG] Readonly mode not working with AOT
When serving or build with AOT enabled, readonly mode is not working in mat-formio. It works well in bootstrap form io.
In my case the development build is working correctly, but in the production one the conditionals are not triggered. I managed to solve this by using: ng build --prod --aot false --build-optimizer false It is a temporary solution and I hope that this issue will be solved soon..
This item has been resourced to a developer. We will let you know once this is issue has been resolved.
Thanks for your response. Awaiting the release. It's an awesome library that our project heavily relies on.