Skip to content

Conversation

@vipulvkp
Copy link

@vipulvkp vipulvkp commented Jul 25, 2020

value of token key passed under customClasses for Tokenizer is being used as the className for Token component and also for the tag that renders with a close action.

This is wrong . the same class name will be used for both parent and child which screws up the design.
Please separate them.

https://github.com/fmoo/react-typeahead/blob/master/src/tokenizer/token.js

https://github.com/wookiehangover/react-typeahead who has forked your original repo has hardcoded the className of
to typeahead-token-close in https://github.com/wookiehangover/react-typeahead/blob/master/src/tokenizer/token.js.

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

Successfully merging this pull request may close these issues.

1 participant