MaterialChipsInput
MaterialChipsInput copied to clipboard
Implementation of Material Design Chips component for Android
In the ChipsInput section, the third line is written as, " Touching a chip open a full detailed view (if non disable)." This line contains some errors and could be...
In the ChipsInput section, the third line is written as, " Touching a chip open a full detailed view (if non disable)." This line contains some errors and could be...
Hello, As of 2022-01-12 it seems jcenter has finally died and requests to it are throwing 502s. The dependency com.beloo.widget:ChipsLayoutManager (https://github.com/BelooS/ChipsLayoutManager) seems to be abandoned and is only hosted on...
The latest version (v1.0.8) is getting an error in Jitpack. This leads to the error when I rebuild the application. The error is:  https://jitpack.io/#pchmn/MaterialChipsInput  Please help me to...
Please test dark chips on darker background.. chips have white outlines at left and right sides.. Removed it by removing background of Main container(RelativeLayout) of ChipView
There is some white pixels at left and right corners of dark color Chips at darker backgrounds. I solved this and created a pull request. 
It's possible change hint font family?
In v1.0.8, I think we need upgrade a small feature for ChipInput. As you know, if we set app:showChipDetailed="false", we click into ChipInput, it doesnt show anything. So I wrote...
Is it possible to select items like chipsInput.setSelectedChipList(List)?
Is there any way to control the focus getting for the component on application start ? For example in demo application, let it keyboards appears after user has clicked on...