Kle*_*nig 5 android hybrid-mobile-app ionic-framework angular ionic4
我们在 Ionic v4(Angular、Cordova)应用程序中有表单输入字段 ( <ion-input>
),如下所示:
<ion-input formControlName="firstName" type="text" inputmode="text" autocapitalize="sentences"></ion-input>
在 Android 应用程序(在 Android 8.1 上运行)中,会显示这些自动填充“工具提示”:
有没有办法禁用/摆脱它们?奇怪的是,它显示电子邮件地址,尽管输入字段未声明为电子邮件字段(可以通过设置inputmode
为“电子邮件”而不是“文本”来完成)。
版本:
@ionic/angular: 4.11.10
cordova-android: 8.1.0
Run Code Online (Sandbox Code Playgroud)
<ion-input formControlName="firstName" type="text" inputmode="text" autocapitalize="sentences" autocomplete="off"></ion-input>
Run Code Online (Sandbox Code Playgroud)
将 autocomplete="off" 属性添加到您的输入字段。有关更多参考,请检查有关输入的离子文档。https://ionicframework.com/docs/api/input
归档时间: |
|
查看次数: |
4974 次 |
最近记录: |