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

Enhance the support for non-Latin input methods for serch input boxes #608

Closed
Dome-World opened this issue Apr 2, 2023 · 1 comment
Closed
Labels
enhancement New feature or request

Comments

@Dome-World
Copy link

Dome-World commented Apr 2, 2023

The Problem

Many languages are input using input methods, such as Chinese and Japanese. During the process of inputting Pinyin in Chinese, the following search box will prompt that the article was not found, but I haven't finished typing because I'm just inputting Pinyin.

The Solution

Please adding Composition Events to the Search System enhance the support for non-Latin input methods for input boxes.

You only need to add the Compositionend Events to judgment sentences with search [results. length>0]

@Dome-World Dome-World added the enhancement New feature or request label Apr 2, 2023
@Dome-World Dome-World changed the title Enhance the support for non-Latin input methods for input boxes(e.g. Enhance the support for non-Latin input methods for input boxes (e.g. chinese) Apr 2, 2023
@Dome-World Dome-World changed the title Enhance the support for non-Latin input methods for input boxes (e.g. chinese) Enhance the support for non-Latin input methods for serch input boxes Apr 2, 2023
@alistair3149
Copy link
Member

Thanks for the suggestion! I will be looking into it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants