Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get all chips from chipsview #6

Closed
kim1059 opened this issue Mar 14, 2016 · 3 comments
Closed

Get all chips from chipsview #6

kim1059 opened this issue Mar 14, 2016 · 3 comments

Comments

@kim1059
Copy link

kim1059 commented Mar 14, 2016

Hey and thanks for the great library. Is there anyway to get all the current chips in the chipsview?

AlexanderThiele pushed a commit that referenced this issue Mar 14, 2016
@AlexanderThiele
Copy link
Contributor

Hi Kim,
this is not possible at the moment but i added a getter for the next release:

mChipsView.getChips()

@kim1059
Copy link
Author

kim1059 commented Mar 19, 2016

when do you plan to set a new release?

@myacxy
Copy link
Contributor

myacxy commented Apr 1, 2016

If you do not want to wait for a new release, you can always pull any version via JitPack.io instead.

For example, if you want to pull the specific commit that fixes this issue, then adjust your application's build.gradle as follows:

repositories {
    maven { url "https://jitpack.io" }
}

dependencies {
    compile 'com.github.DoodleScheduling:android-material-chips:a4a17ea'
}

In order to pull any other version, simply swap a4a17ea with the first 7 characters of your desired commit's hash code (see jitpack's documentation for more information).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants