Skip to content
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

data-live-search and multiple, missed the selected first active item after selected another item #1999

Closed
spairy opened this issue Jul 17, 2018 · 1 comment
Labels

Comments

@spairy
Copy link

spairy commented Jul 17, 2018

This is my html code[1.13.1]:

<select class="selectpicker" multiple data-live-search="true">
<option data-tokens="ketchup mustard">Hot Dog, Fries and a Soda</option>
<option data-tokens="mustard">Burger, Shake and a Smile</option>
<option data-tokens="frosting">Sugar, Spice and all things nice</option>
</select>

when I keydown with "s", the item "Hot Dog, Fries and a Soda" is active with blue backgroud. Then I click it to select it marked with "√". After I click other item and marked "√", the first selected item lost its "√".

@caseyjhol
Copy link
Member

Released in v1.13.2!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants