ghiscoding / Aurelia-Bootstrap-Plugins

Aurelia-Bootstrap-Plugins are Custom Elements to bridge with a set of 3rd party Bootstrap addons
https://ghiscoding.github.io/Aurelia-Bootstrap-Plugins
MIT License
45 stars 23 forks source link

fix exception if this.options is null in Aurelia-Bootstrap-Tagsinput #27

Closed jeromegervais closed 6 years ago

jeromegervais commented 6 years ago

I just encountered an issue : an exception occured line 45 if no options are provided. This PR should fix it.

ghiscoding commented 6 years ago

You're right, good catch. I did a rebuild and pushed a new NPM version 1.1.2

Thanks for contributing :)

jeromegervais commented 6 years ago

You're welcome ! Thanks for your useful package ;)