-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Extra tick mark when using livesearch in Bootstrap 4 #2101
Comments
Bug reports must include a live demo of the problem. Per our contributing guidelines, please create a reduced test case via Plunker, jsFiddle, CodePen or JS Bin, and report back with your link, Bootstrap version, bootstrap-select version, and specific browser and OS details. This seems like an issue that was fixed in v1.13.2 (#2027). |
I have updated my post with a live demo. It is different from the issue you linked. Thanks! |
Looks like this was introduced in v1.13.2. |
It appears that the first, highlighted option is not actually selected, it's just erroneously given a checkmark. |
I've pinpointed the problem. Should be fixed in the next release. |
Released in v1.13.3! |
As you can see in the gif, when using liveSearch, and clicking on an option, the highlighted option gets a tick as well. This is with bootstrap 4, Firefox and Chrome.
EDIT: here's the live demo:
https://plnkr.co/edit/9Yi0QzLpu9uvcI17gnDZ?p=preview
Start a search and click on the second option. You'll see that the first option is also selected, even though it wasn't clicked.
The text was updated successfully, but these errors were encountered: