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

Maximum Selection Length doesn't seem to be working

Open grevory opened this issue 9 years ago • 1 comments

The following code doesn't limit multiple selections for me. Does that option work for ui-select2?

<select ui-select2="{ maximumSelectionLength: 2 }" multiple><option>...</option></select>

grevory avatar Nov 27 '15 15:11 grevory

You're probably using an older version of the script which uses the option "maximumSelectionSize" instead.

eversionsystems avatar Jan 12 '17 09:01 eversionsystems