MaterialChipsInput icon indicating copy to clipboard operation
MaterialChipsInput copied to clipboard

ChipsInput.getEditText().getText() is ""

Open Concentrate opened this issue 6 years ago • 2 comments

always is "",I can't get the text that I had input

Concentrate avatar Mar 07 '18 12:03 Concentrate

Yes, getEditText always returns a new instance of the EditText, it should be called createEditText. Check corrections in my fork

gabrielepmattia avatar Mar 11 '18 15:03 gabrielepmattia

@gabrielepmattia @Concentrate is there any way you can help me to add a contact manually when clicking the enter or send button in the keyboard.

midhun-murali avatar Nov 26 '18 13:11 midhun-murali