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

Token elevation #190

Open
daviswalker opened this issue Dec 17, 2015 · 2 comments
Open

Token elevation #190

daviswalker opened this issue Dec 17, 2015 · 2 comments
Milestone

Comments

@daviswalker
Copy link

I am attempting to follow the material design guidelines here: https://www.google.com/design/spec/components/chips.html#chips-contact-chips, which specify that a selected chip should have an elevation applied to it. I can't seem to make that happen with tokens. Any way to make this happen?

Thanks very much.

@mgod
Copy link
Contributor

mgod commented Dec 18, 2015

You should be able to do this by following the directions for custom views (https://github.com/splitwise/TokenAutoComplete#example-custom-view) and applying the style change to the view in setSelected for the token view. I haven't done this myself yet though.

@mgod
Copy link
Contributor

mgod commented Jan 29, 2016

So doing an elevation in the tokens won't work at the moment. I'll need to make this MD compatible sometime soon before this will work.

@mgod mgod closed this as completed Feb 17, 2016
@mgod mgod reopened this Feb 17, 2016
@mgod mgod added this to the 4.0.0 milestone Aug 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants
@mgod @daviswalker and others