ui-select icon indicating copy to clipboard operation
ui-select copied to clipboard

Input box for ui-select multiple ALWAYS forcing text entry at new line #1980

Open sunilkandakatla opened this issue 7 years ago • 1 comments

Fix(#1980) Input box for ui-select multiple ALWAYS forcing text entry at new line #1980

sunilkandakatla avatar Apr 19 '18 13:04 sunilkandakatla

I think it is better:

var inputWidth = containerWidth - input.offsetLeft;
if (multiple) {
	inputWidth -= 10;
}

biggieman avatar Aug 28 '18 06:08 biggieman