You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!!!
The text was updated successfully, but these errors were encountered:
@eltos Added in commit Add Multi editText support
You can add many edit texts using this method: public void addEmojiconEditTextList(EmojiconEditText... emojiconEditText)
When using multiple
EditText
in an Activity, it is impossible to insert emojies in bothEditText
.When changing the focus from one to another
EditText
, emojies are still inserted in the one that was passed to theEmojIconActions
constructor.Please add support for multiple
EditText
!!!The text was updated successfully, but these errors were encountered: