enable autocomplete and spell check issue #2
This commit is contained in:
parent
db22a41a51
commit
b48021f762
1 changed files with 3 additions and 1 deletions
|
@ -174,7 +174,9 @@ export class StreamPage {
|
|||
<ion-content>
|
||||
<ion-card>
|
||||
<ion-card-content>
|
||||
<ion-item><ion-textarea [(ngModel)]="ptext"></ion-textarea></ion-item>
|
||||
<ion-item>
|
||||
<ion-textarea [(ngModel)]="ptext" autocomplete="true" spellcheck="true"></ion-textarea>
|
||||
</ion-item>
|
||||
</ion-card-content>
|
||||
<ion-row justify-content-end>
|
||||
<ion-col col-2>
|
||||
|
|
Reference in a new issue