Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

searchBar for iOS with Native Chinese input method issue #11843

Closed
xyh67 opened this issue May 29, 2017 · 2 comments
Closed

searchBar for iOS with Native Chinese input method issue #11843

xyh67 opened this issue May 29, 2017 · 2 comments

Comments

@xyh67
Copy link

xyh67 commented May 29, 2017

Ionic version: (check one with "x")
[ ] 1.x (For Ionic 1.x issues, please use https://github.com/driftyco/ionic-v1)
[ ] 2.x
[x] 3.x

I'm submitting a ... (check one with "x")
[x] bug report
[ ] feature request
[ ] support request => Please do not submit support requests here, use one of these channels: https://forum.ionicframework.com/ or http://ionicworldwide.herokuapp.com/

Current behavior:
when I use the iOS10 native Chinese input method enter to searchBar the letter will show in the searchBar,such as when I typing "你好",I need typing "nihao" on input method ,but on the searchBar I get "nnini hni hani hao",and I choose the word on the input method I get "nnini hni hani hao你好".

Expected behavior:
When I typing in iOS native Chinese input method just get the word which I typing,such as when I typing "你好","你好" will show in the searchBar.

Steps to reproduce:
use iOS native Chinese input method typing any Chinese word on searchBar

Related code:
I just use the document example

<ion-searchbar
[(ngModel)]="myInput"
[showCancelButton]="shouldShowCancel"
(ionInput)="onInput($event)"
(ionCancel)="onCancel($event)">

Other information:

Ionic info: (run ionic info from a terminal/cmd prompt and paste output below):

global packages:

@ionic/cli-utils : 1.2.0
Cordova CLI      : 7.0.1
Ionic CLI        : 3.2.0

local packages:

@ionic/app-scripts              : 1.3.7
@ionic/cli-plugin-cordova       : 1.2.1
@ionic/cli-plugin-ionic-angular : 1.2.0
Cordova Platforms               : android 6.2.3 browser 4.1.0 ios 4.4.0
Ionic Framework                 : ionic-angular 3.3.0

System:

Node       : v7.10.0
OS         : macOS Sierra
Xcode      : Xcode 8.3.2 Build version 8E2002
ios-deploy : 1.9.1
ios-sim    : not installed
@jgw96
Copy link
Contributor

jgw96 commented May 30, 2017

Hello, thanks for using Ionic, I am going to close this issue as a duplicate of #11566.

@jgw96 jgw96 closed this as completed May 30, 2017
@ionitron-bot
Copy link

ionitron-bot bot commented Sep 2, 2018

Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.

@ionitron-bot ionitron-bot bot locked and limited conversation to collaborators Sep 2, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants