You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The reason appears to be the ul/li used for the dropdown. Bootstrap 4 doesnt use them (expects a div>a directly), so it doesnt style it properly because the active and dropdown-item get split up.
Changing the template halfway works with something like:
When using bootstrap-combobox with Bootstrap 4 the up and down keys do not respond. This is for both the standard list and the pop-up autocomplete selection.
To repro just take a copy of http://bootstrap-combobox-test.herokuapp.com/ and replace the BS3 references with BS4. Online example here: https://bootstrap-combobox-4.glitch.me/
The text was updated successfully, but these errors were encountered: