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

if command input field ignore case may be more easy to use ☺ #38

Closed
wang-er-s opened this issue Dec 23, 2020 · 3 comments
Closed

if command input field ignore case may be more easy to use ☺ #38

wang-er-s opened this issue Dec 23, 2020 · 3 comments

Comments

@wang-er-s
Copy link

No description provided.

@yasirkula
Copy link
Owner

I agree, it can be useful.

@wang-er-s
Copy link
Author

emm .. if pop command tips can click , it will be better , when use phone with low solution , hard to see tips, and no tab button like computer

@yasirkula
Copy link
Owner

Unfortunately, I couldn't implement the second feature because whenever we tap somewhere other than the command input field, command input field immediately loses focus. This would result in the following weird scenario:

  • A command is partially typed
  • User attempts to click a command in the list
  • The moment he/she taps the screen, command input field loses focus
  • As the command input field loses focus, on screen keyboard is hidden
  • When the user releases their finger from the screen, the clicked command is automatically entered to command input field and command input field regains focus
  • As the command input field regains focus from scratch, the whole text inside it will be selected, the cursor will snap to the end and the on screen keyboard will appear again (milliseconds after it disappears, causing an annoying UX)

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

No branches or pull requests

2 participants