Skip to content
This repository has been archived by the owner on Oct 27, 2018. It is now read-only.

Chosen 1.8.3 breaking changes #80

Open
hlnilsen opened this issue Jan 29, 2018 · 2 comments
Open

Chosen 1.8.3 breaking changes #80

hlnilsen opened this issue Jan 29, 2018 · 2 comments

Comments

@hlnilsen
Copy link

Version 1.8.3 introduces some changes to how the input field is rendered, which breaks the styling. Single element only.

@MatthiasGi
Copy link

The search-input on a collapsed select is rendered above the span with the currently selected item. So a temporary fix that works for me is .chosen-single .chosen-search-input { display: none }.

@ChrisHSandN
Copy link

The above solution of using display: none causes an issue where it is not possible to tab to the field.

The chosen library hides it like this:

.chosen-container-single .chosen-single input[type="text"] {
    cursor: pointer;
    opacity: 0;
    position: absolute;
}

Which seems to work better.

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

No branches or pull requests

3 participants