Results 17 comments of pchmn

For now, there is no feature like that. But it's a nice idea for future release !

I don't understand completely the problem, can you provide a screenshot ?

I'm rewriting the library. I'm gonna add this feature in the new version

I don't understand very well what's not working. When you use `maxRows` like this, it is not working ? ``` ``` Because if you look at the [sample app](https://github.com/pchmn/MaterialChipsInput/blob/master/sample/src/main/res/layout/activity_contact_list.xml), the...

The bug occurred just by using the `ChipsInput` view in a `ScrollView` in your xml layout ? Can you provide the code that is responsible of the bug ? To...

I will test it and try to reproduce the bug. I will return to you when I found a fix

All right, I will look into it !

Ok, so for example you type a text, there is no suggestion, but you press the validate button on your keyboard, and then a chip with the text you typed...

You want to make a request to your REST API based on what the users typed, and populate the filterable list with that ? So each time the user types,...