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

strip leading delimiter character when trimming tags #141

Merged
merged 2 commits into from
Apr 22, 2019

Conversation

adamgruber
Copy link

Handles the case where a user may begin typing a tag with a delimiter character followed by any number of spaces. Without checking for and replacing a leading delimiter character the tag will not be trimmed as expected.

Alternate approach to the issue raised in #140 but doesn't rely on preventing default.

Handles the case where a user may begin typing a tag with a delimiter character followed by any number of spaces. Without checking for and replacing a leading delimiter character the tag will not be trimmed as expected.
@adamgruber
Copy link
Author

@okcoker Any chance you could look at this sometime this week? Would love to get this fix in to address some customer issues.

@okcoker
Copy link
Owner

okcoker commented Apr 22, 2019

@adamgruber surely! re running the travis build now

@okcoker
Copy link
Owner

okcoker commented Apr 22, 2019

Need to figure out the build problem but the tests pass locally. Thanks for the PR 👍

@okcoker okcoker merged commit 29f7e60 into okcoker:master Apr 22, 2019
@adamgruber
Copy link
Author

Thanks for the merge and quick response!

@adamgruber
Copy link
Author

Any plans to cut a new version with this change? If you've got other blockers for releasing maybe I can help out?

@okcoker
Copy link
Owner

okcoker commented Apr 29, 2019

@adamgruber just published 1.14.2. Thanks again!

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.

2 participants