ui-select
ui-select copied to clipboard
Input box for ui-select multiple ALWAYS forcing text entry at new line #1980
Fix(#1980) Input box for ui-select multiple ALWAYS forcing text entry at new line #1980
I think it is better:
var inputWidth = containerWidth - input.offsetLeft;
if (multiple) {
inputWidth -= 10;
}