Ionic 3.9.2

时间:2017-08-22 06:00:51

标签: angular typescript input ionic2

我想在离子项内使用离子输入,文本右对齐。 但是,它完成了,但滚动页面时,输入中的内容一直在摆动。

内容的GIF一直在摇摆:

gif of content been kept swinging

<ion-content>
  <ion-item class="required">
    <ion-label fixed>label name</ion-label>
    <ion-input text-end clearInput></ion-input>
  </ion-item>   
</ion-content>

我应该为这个案件做些什么? 我还有另一种方法可以使用内容对齐的离子输入吗?

0 个答案:

没有答案