SyntaxFix
Write A Post
Hire A Developer
Questions
This error also occurs if you try to add ngModel to the non-input elements like <option> HTML tags. Make sure you add ngModel only to the <input> tags. In my case, I have added a ngModel to the <ion-select-option> instead of <ion-select>.
<option>
<input>
<ion-select-option>
<ion-select>