polyfills.js:3 Unhandled Promise rejection: Template parse errors:
Can’t bind to ‘readOnly’ since it isn’t a known property of ‘ion-input’.
- If ‘ion-input’ is an Angular component and it has ‘readOnly’ input, then verify that it is part of this module.
- If ‘ion-input’ is a Web Component then add “CUSTOM_ELEMENTS_SCHEMA” to the ‘@NgModule.schema’ of this component to suppress this message.
("<input type=“checkbox” [(ngModel)]=“checked”>
<ion-input [(ngModel)]=“group.name” type=“text” [ERROR ->][readonly]=“checked()”>
"): GroupsPage@14:54 ; Zone: ; Task: Promise.then ; Value: Error: Template parse errors:(…) Error: Template parse errors:
Can’t bind to ‘readOnly’ since it isn’t a known property of ‘ion-input’. - If ‘ion-input’ is an Angular component and it has ‘readOnly’ input, then verify that it is part of this module.
- If ‘ion-input’ is a Web Component then add “CUSTOM_ELEMENTS_SCHEMA” to the ‘@NgModule.schema’ of this component to suppress this message.
("<input type=“checkbox” [(ngModel)]=“checked”>
<ion-input [(ngModel)]=“group.name” type=“text” [ERROR ->][readonly]=“checked()”>