hanggrian / socialview

Android TextView and EditText with hashtag, mention, and hyperlink support
http://hanggrian.com/socialview/
Apache License 2.0
323 stars 81 forks source link

How to append selected hashtag from list ? #42

Closed devganiyahitesh1 closed 3 years ago

devganiyahitesh1 commented 6 years ago

After type # tag name and select any tag from list, how to append tag name to Edittext ?

hanggrian commented 5 years ago

Shouldn't it be as easy as editText.setText(editText.getText() + textToAppend)?

hanggrian commented 3 years ago

Closed due to inactivity.