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

Let a user input uppercase characters on Search query #31

Closed
yykamei opened this issue May 26, 2021 · 0 comments · Fixed by #72
Closed

Let a user input uppercase characters on Search query #31

yykamei opened this issue May 26, 2021 · 0 comments · Fixed by #72
Labels
bug Something isn't working
Milestone

Comments

@yykamei
Copy link
Owner

yykamei commented May 26, 2021

A user should be able to input uppercase characters on Search query. In the current implementation, such inputs are silently ignored. This behavior is not user-friendly.

thwack/src/cli.rs

Lines 54 to 57 in 227603e

// TODO: Support uppercase
if let Event::Key(KeyEvent {
code: KeyCode::Char(c),
modifiers: KeyModifiers::NONE,

@yykamei yykamei added the bug Something isn't working label May 26, 2021
@yykamei yykamei added this to the v0.2.0 milestone May 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant