You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 . same class name will be used for both parent and child which screws up the design.
Please separate them.
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 . 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.please make this change in your repo as well or accept the change through a PR.
Update: Raised a PR. #262
The text was updated successfully, but these errors were encountered: