SearchKit - permit selection of current user id for dynamic searches
[civicrm-core.git] / ext / search / ang / crmSearchActions / crmSearchInput / text.html
CommitLineData
014174e7
CW
1<div class="form-group" ng-if="!$ctrl.multi" >
2 <input type="text" class="form-control" ng-model="$ctrl.value">
3</div>
4<div class="form-group" ng-if="$ctrl.multi" >
5 <input class="form-control" ng-model="$ctrl.value" crm-ui-select="{multiple: true, tags: [], tokenSeparators: [','], formatNoMatches: ''}" ng-list>
6</div>