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
Input a chinese word must type and pick a word.
when type, the searchbar (input) event fire. but then pick a chinese word, the (input) event does not emit.
What behavior are you expecting?
after pick a chinese word, the searchbar (input) event fire.
Steps to reproduce:
focus searchbar input field.
switch to chinese input keyboard.
type "li", the (input) event fire every key up. Pick a chinese word "李", the (input) event dos not emit.
Are you saying that when you click one of the Predictive Words it doesn't trigger the input? I am able to trigger the input by selecting a Chinese letter from the Cangjie and Zhuyin keyboards, but when the text is suggested and I click it I see that it doesn't trigger the input. Just want to make sure we're seeing the same issue!
So the issue was actually because the searchbar was triggering the input change on keyup and since the text suggestion wasn't a "keyup" it wasn't being called. This should be fixed in the next release, thanks for the issue!
Short description of the problem:
Input a chinese word must type and pick a word.
when type, the searchbar (input) event fire. but then pick a chinese word, the (input) event does not emit.
What behavior are you expecting?
after pick a chinese word, the searchbar (input) event fire.
Steps to reproduce:
Ionic Version: 1.x / 2.x
2.0
Browser & Operating System: iOS / Android / Chrome
iOS
Run
ionic info
from terminal/cmd prompt:The text was updated successfully, but these errors were encountered: