Results 75 comments of Casey Holzer

Bug reports must include a live demo of the problem. Per our [contributing guidelines](https://github.com/snapappointments/bootstrap-select/blob/master/CONTRIBUTING.md), please create a reduced test case, and report back with: - your link - Bootstrap version...

Any updates on this?

I think it might still make sense to still pin to 0.13, since we've already been burned before by css_inline changing its API, but I don't feel strongly.

You'll need to do `new EagerImportWebpackPlugin.default()`

Just be sure your linkElement has the href property: ```js $(".animsition").animsition({ ... linkElement: 'a[href]:not([target="_blank"]):not([href^="#"])' ... }); ```

@risadams Anything you'd like me to do differently here?

Is there a reason (other than having JS disabled) that having the select hidden by default wouldn't be ideal? This was added back in https://github.com/silviomoreto/bootstrap-select/commit/c711c8ca458852bdc0b82e38ac70674b39512a62 - specifically to address the...