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

feat: add trim option

Open glutentag opened this issue 7 years ago • 0 comments
trafficstars

This PR allows to not trim the values in the input with

<ui-select ng-model="..." theme="bootstrap" trim="false">

It closes #2064, and also updates the out of sync dist referenced in #2079 . Wiki doc https://github.com/angular-ui/ui-select/wiki/ui-select will need to be updated after merging to describe this option.

glutentag avatar Aug 29 '18 06:08 glutentag