Open tjb016 opened 7 years ago
Hi, just checked this and I believe this is already there since a couple of versions (i stopped around 0.16.0). What is the expected behavior / fix you are looking for?
Thanks.
I expect the input to stay on the current line, so the drop down list does not 'bounce'.
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.