jchristman / meteor-tagsinput-autocomplete

A combination of mizzao:autocomplete and a way of creating tags "in" the input box.
http://tagsautocomplete.meteor.com
MIT License
2 stars 1 forks source link

Support for custom Template (Semantic UI) #4

Open krishaamer opened 8 years ago

krishaamer commented 8 years ago

Hello @jchristman, thanks for the package! Is it possible to use a different UI instead of Bootstrap? I'd like to use Semantic UI or be able to provide my own template.

Thanks, Kris

jchristman commented 8 years ago

tl;dr - if (submitPullRequest) { merge(pullRequest); publish(this.version.bump()); }

If you want to submit a pull request that does this, I am willing to merge it and publish a new version to atmosphere. To be honest, I have moved on from Blaze to React and life has caught up with me, leaving me little time to maintain these packages. Since I have never used semantic-ui, I am unfamiliar with it and don't have time to learn it well enough to support it in this package.