agoda-com / Kakao

This repo is no longer supported. Please visit a https://github.com/KakaoCup/Kakao
Apache License 2.0
1.11k stars 102 forks source link

Support ChipGroup #194

Closed michaelbukachi closed 4 years ago

michaelbukachi commented 4 years ago

Are there any plans to add ChipGroup support? Some methods that can be added for interaction are:

click(index: Int)
click(text: Str)

And some for assertions:

isSelected(index: Int)
isSelected(index: Str)
isSelected(index: List<Int>)

I am willing to work on this and submit a pull request.

Unlimity commented 4 years ago

Hi there! Thanks for reaching out. Right now we don't have any plans to support that view, since we don't have a lot of time actually. But you're more than welcome to submit a PR with support of chips. I believe we already import material design library, so it should be relatively easy to implement.

Unlimity commented 4 years ago

Feature has been merged. Closing this issue.