This repository was archived by the owner on Oct 2, 2019. It is now read-only.
This repository was archived by the owner on Oct 2, 2019. It is now read-only.
Drop down list bounces with Multiple Selection #2044
Open
Description
Bug description:
When using multiple selection and there is already at least one item selected, entering values into the search input will cause the drop-down list to ‘bounce’.
This can be reproduced by using the ‘Multiple Selection’ demo page provided at https://angular-ui.github.io/ui-select/.
Cause:
When the search input is resized, it is first set to a width of 10px (uiSelectController.js line 552) before the correct width is calculated and set.