-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Bootstrap theme breaks with resize #1575
Comments
A temporary solution is to add some css: .ui-select-search { This override the width: 10px added by the javascript code, but I'm not sure what this change could cause. |
Confirmed in Firefox too. |
Your solution breaks ui-select-multiple .ui-select-container:not(.ui-select-multiple) input.ui-select-search { |
This is also the case with the "selectize" theme - couldn't check it with the select2-Theme. Would be great, if that could get fixed. Tried myself to find the root cause - it appears, the sizeSearchInput() is not called, when the search input becomes visible. But I can't locate the point, where it is being made visible (the click on the container). |
Hello I still see this bug in 0.19.5. I found that the issue is because of wrong jquery selection: it should be parent() one time only: |
I am also still seeing this bug in 0.19.5. This issue should be reopened. |
Please reopen |
When page resizes (any size) the bootstrap theme breaks (tested in Edge and Chrome).
Just open the http://angular-ui.github.io/ui-select/demo-basic.html, resize the window and open the select for search to check.
I noted that when page resizes an 'width: 10px' is added to the input element.
The text was updated successfully, but these errors were encountered: