tylersuehr7 / chips-input-layout

A customizable Android ViewGroup for displaying Chips (specified in the Material Design Guide).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

keyboard close after each chip is add

saadbzu opened this issue · comments

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

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