We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As a user, I may navigate between pages using my mouse, and want to start typing immediately.
Typing without any input box focused should focus the message field and take my input.
This is common behavior across IM apps. The alternative would be to automatically focus the input, but this seems to hit #71.
Other applications behave similarly: even if the message input box is not focused, I can still type messages.
The text was updated successfully, but these errors were encountered:
Add typing outside focus on msg feild (#112)
5797a1d
Signed-off-by: Ajay Bura <[email protected]>
No branches or pull requests
Is your feature request related to a problem? Please describe.
As a user, I may navigate between pages using my mouse, and want to start typing immediately.
Describe the solution you'd like
Typing without any input box focused should focus the message field and take my input.
Describe alternatives you've considered
This is common behavior across IM apps. The alternative would be to automatically focus the input, but this seems to hit #71.
Additional context
Other applications behave similarly: even if the message input box is not focused, I can still type messages.
The text was updated successfully, but these errors were encountered: