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

Support for Multiple EditText with one emojiButton #11

Closed
eltos opened this issue Oct 22, 2016 · 1 comment
Closed

Support for Multiple EditText with one emojiButton #11

eltos opened this issue Oct 22, 2016 · 1 comment
Assignees

Comments

@eltos
Copy link

eltos commented Oct 22, 2016

When using multiple EditText in an Activity, it is impossible to insert emojies in both EditText.
When changing the focus from one to another EditText, emojies are still inserted in the one that was passed to the EmojIconActions constructor.

Please add support for multiple EditText!!!

@hani-momanii
Copy link
Owner

hani-momanii commented Apr 5, 2017

@eltos Added in commit Add Multi editText support
You can add many edit texts using this method:
public void addEmojiconEditTextList(EmojiconEditText... emojiconEditText)

compile 'com.github.hani-momanii:SuperNova-Emoji:1.1'

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

No branches or pull requests

2 participants