add autocorrect to input and textarea filds

This commit is contained in:
tiago.kayaya
2022-01-20 14:51:34 +01:00
parent 3c3d9c3ae8
commit 387cc6d004
19 changed files with 73 additions and 73 deletions
@@ -15,7 +15,7 @@
<ion-content>
<div class="ion-input-class-no-height">
<ion-textarea [(ngModel)]="emendMessage" rows="6" cols="20" placeholder="Indique o que necessita ser revisto!"></ion-textarea>
<ion-textarea autocomplete="on" autocorrect="on" spellcheck="true" [(ngModel)]="emendMessage" rows="6" cols="20" placeholder="Indique o que necessita ser revisto!"></ion-textarea>
</div>
</ion-content>