Skip to content

Added styles props, bug fix input focus, and quick refactor #41

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

JonatanGarciaClavo
Copy link

New feature, new props added to override styles, change all css styles to inline styles, create new file with TagComponent, modify config and builds to support new TagComponent file. Bug fix, added missing this.refs.input.focus() on _handleClickOnWrapper, added tags as second param on every onRemoveTag.

What it is missing?
Hover style is missing, Maybe it is time to use Radium(https://github.com/FormidableLabs/radium)
Another good idea could be transform all code from es5 to es6, more even if you have in mind grunt-react plugin it is deprecated(grunt-babel should be used instead of it)

Why I did this fork?
I have multiple themes in my app and at the moment I want to change styles of this project I can't do it unless I change css file, witch in my case it is imposible.

If you have any questions please let me know.

Regards.

…s to inline styles, create new file with TagComponent, modify config and builds to support new TagComponent file. Bug fix, added missing this.refs.input.focus() on _handleClickOnWrapper, added tags as second param on every onRemoveTag.
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