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

setDelimiter method not found #40

Open thangmam opened 6 years ago

thangmam commented 6 years ago

The setDelimiter method is not available with the current version of the library.I checked the source code for version 2.3 and i could not find the setDelimiter

micaww commented 5 years ago

https://github.com/tylersuehr7/chips-input-layout/blob/master/library/src/main/java/com/tylersuehr/chips/ChipsInputLayout.java#L583

RISHABHPATNI1108 commented 5 years ago

It is in the library module on GitHub project, but when we try to use the module by putting dependency in Gradle we don't get some methods. Also kindly can you update it for androidx rather than old support library.

nitinqtech commented 5 years ago

There has been 15 commits after 2.3 release. Please add latest release to maven.

varunasingh commented 1 year ago

You could use its main branch as implementation:

implementation 'com.github.tylersuehr7:chips-input-layout:master-SNAPSHOT'