We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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.
setSelected
Sorry, something went wrong.
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.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: