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

Textwatcher for MessageInput #35

Closed
Aseyth opened this issue May 5, 2017 · 2 comments
Closed

Textwatcher for MessageInput #35

Aseyth opened this issue May 5, 2017 · 2 comments

Comments

@Aseyth
Copy link

Aseyth commented May 5, 2017

Hello, is there a way to implement a textwatcher for the MessageInput, I need to know when I'm typing and when I'm done typing. Thank you.

@mradzinski
Copy link
Contributor

MessageInput.getInputEditText() returns an EditText so you can just append a custom TextWatcher through the EditText.addTextChangedListener(TextWatcher) method.

@Aseyth
Copy link
Author

Aseyth commented May 7, 2017

This is exactly what i needed thanks !

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