Mathias Brodala

Results 155 comments of Mathias Brodala

Interestingly the last working version (2.3.5) also sets `display: block` somehow/somewhere which makes it work: ![image](https://user-images.githubusercontent.com/5037116/98559164-94b90100-22a6-11eb-842a-d10970466a50.png)

@xcash It would help if you could make another 2.x release with `dist/latest/bootstrap-autocomplete.js` not being minified. In any case I'd expect the following to help: ```diff public show(): void {...

From what I can see the proper fix would be backporting the change in https://github.com/xcash/bootstrap-autocomplete/commit/5129a34e7fd8f33cfc94fb0ed68a42d6fa4c531a (see #83) which was only done for Bootstrap v4 back then. You can easily confirm...

@xcash Can you create a branch for version 2.x first where PRs could be pushed for?

Alright, I've ported the fix now: #129

@xcash Not sure what to do about the `bootstrap-autocomplete.min.js` since a `gulp test` did only update the `bootstrap-autocomplete.js`.

Sure, I understand. I'll try to figure out a working test setup.

A long time ago the behavior we need was default but this was changed with #392.