fix textarea to recieve proper cursor focus, issue #3
This commit is contained in:
parent
33d6cb7757
commit
db22a41a51
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ export class StreamPage {
|
||||||
<ion-content>
|
<ion-content>
|
||||||
<ion-card>
|
<ion-card>
|
||||||
<ion-card-content>
|
<ion-card-content>
|
||||||
<ion-textarea [(ngModel)]="ptext"></ion-textarea>
|
<ion-item><ion-textarea [(ngModel)]="ptext"></ion-textarea></ion-item>
|
||||||
</ion-card-content>
|
</ion-card-content>
|
||||||
<ion-row justify-content-end>
|
<ion-row justify-content-end>
|
||||||
<ion-col col-2>
|
<ion-col col-2>
|
||||||
|
|
Reference in a new issue