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

Update to support original element values #14

Merged
merged 2 commits into from
Apr 29, 2016

Conversation

tbranyen
Copy link
Contributor

My use case is:

    <input type="tags" value="tag1, tag2">

and I'd expect to see the following displayed

    tag1 tag2

This patch falls back to the original element's value and supports the
use case.

Note: I did not commit the generated files. Let me know and I'll add them as a separate commit.

My use case is:

		<input type="tags" value="tag1, tag2">

and I'd expect to see the following displayed

		tag1 tag2

This patch falls back to the original element's value and supports the
use case.
@developit
Copy link
Owner

@tbranyen Awesome, thanks! No problem with the generated files, I think this is my only repo that includes them in SCM.

@developit developit merged commit 72064a3 into developit:master Apr 29, 2016
@tbranyen tbranyen deleted the support-new-tags branch April 29, 2016 19:14
@developit
Copy link
Owner

Released in 1.1.0.

@tbranyen
Copy link
Contributor Author

Awesome thanks for the quick turnaround @developit!

zaygraveyard pushed a commit to zaygraveyard/tags-input that referenced this pull request Jan 26, 2017
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.

None yet

2 participants