You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
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:
local packages:
System:
The text was updated successfully, but these errors were encountered: