required field solved and other bug

This commit is contained in:
Eudes Inácio
2023-02-13 18:57:15 +01:00
parent c82029edf8
commit 34c0447d24
13 changed files with 44 additions and 43 deletions
@@ -10,7 +10,7 @@
<ion-icon slot="start" src="assets/images/icons-description.svg"></ion-icon>
</div>
<div class="ion-input-class-no-height width-100">
<ion-textarea autocomplete="on" autocorrect="on" spellcheck="true" [(ngModel)]="note" placeholder="Detalhes" rows="6" cols="20"></ion-textarea>
<ion-textarea autocomplete="on" autocorrect="on" spellcheck="true" [(ngModel)]="note" placeholder="Meu parecer" rows="6" cols="20"></ion-textarea>
</div>
</div>
</div>