ui-select
ui-select copied to clipboard
feat: add trim option
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.