tylersuehr7 / chips-input-layout

A customizable Android ViewGroup for displaying Chips (specified in the Material Design Guide).
MIT License
583 stars 63 forks source link

keyboard close after each chip is add #50

Open saadbzu opened 5 years ago

saadbzu commented 5 years ago

When i write and press enter on keyboard chip add and keyboard hide , please help how implement that the keyboard remains open?

Ryanhustler420 commented 4 years ago

Yes that's the default behaviour! you can use setDelimiter() method but, unfortunately that's not present anywhere in the source code. :'(