Hello everyone, i need one help please.
When I touch on label and write words don’t show on keyboard buttons Go/Enter, only show “return”, when touch in return everything works well but i need Go/Enter.
Someone can help me please?
On my .html
<form (ngSubmit)="submit()">
<ion-item>
<ion-label for="item-add" color="btnTheme">
<ion-icon name="md-add" item-start></ion-icon>
</ion-label>
<ion-input name="item-add" type="text" placeholder="{{ langText?.placeholderAddPageOne }}" (keyup)="addItem(itemCategory, $event)" [(ngModel)]="itemCategory" clearOnEdit autocomplete autocorrect></ion-input>
</ion-item>
</form>
Ionic info
cli packages: (/usr/local/lib/node_modules)
@ionic/cli-utils : 1.12.0
ionic (Ionic CLI) : 3.12.0
global packages:
cordova (Cordova CLI) : 7.1.0
local packages:
@ionic/app-scripts : 3.0.0
Cordova Platforms : android 6.3.0 ios 4.5.1
Ionic Framework : ionic-angular 3.7.1
System:
Android SDK Tools : 26.1.1
ios-deploy : 1.9.2
Node : v8.6.0
npm : 2.15.12
OS : macOS High Sierra
Xcode : Xcode 9.0 Build version 9A235
Misc:
backend : legacy