android-chips
android-chips copied to clipboard
Chips in your AutoCompleteTextView on Android
I am Passing the Name and Number of a Contact from one activity to another and using these Number and Name. I Construct a RecipientEntry By using constructorGeneratedEntry and passing...
If I put in and email address for someone that is not in my contact list there is no way to create a chip for that email. In the gmail...
If no tokenizer is set, and the user enters text and hits space, an NPE occurs. This appears to be caused by a missing null check at the end of...
The handlePaste method is missing a check for a null tokenizer. If this method is called, and no tokenizer is set, an NPE occurs. (this is on 1.3.0) Haven't been...
Hi, I added contacts with method addRecipient, and get duplicate chips. Here my code: **activity.xml** ` ` **on Activity.kt** ```class SendActivity : AppCompatActivity() { lateinit var numbersTo: RecipientEditTextView override fun...
**Note:** Copied from https://github.com/klinker-apps/messenger-issues/issues/689 **Device with issue:** Samsung Galaxy A7 (2017) **App version:** 3.1.1.2131 **Steps to reproduce:** 1. Click on fab 2. Choose the same recepeint for a few times...
Taken from: https://github.com/klinker-apps/messenger-issues/issues/588 1. Start a large group message( I do about 10 frequently, issue also happens with about 6-7 people). 2. Edit recipients 3. Try scrolling up the recipient...
Hi, I'm getting one issue on selecting a chip which is added by `submitItem` is not able to delete the chip. Please see the below screenshot  **FYI:** It's working...
I see there has been some nice improvements made to this library since last time I looked at it. However, I've noticed that the chip outline and contact pictures are...