Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit 098500e

Browse files
committed
Make it clear the user should search for the age
1 parent 88fb288 commit 098500e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/demo.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ <h3>Bootstrap theme</h3>
7373

7474
<h3>Select2 theme</h3>
7575
<p>Selected: {{person.selected}}</p>
76-
<ui-select ng-model="person.selected" theme="select2" ng-disabled="disabled" style="width: 300px;">
77-
<match placeholder="Select a person in the list or search his age...">{{$select.selected.name}}</match>
76+
<ui-select ng-model="person.selected" theme="select2" ng-disabled="disabled" style="min-width: 300px;">
77+
<match placeholder="Select a person in the list or search his *age*...">{{$select.selected.name}}</match>
7878
<choices repeat="person in people | filter: {age: $select.search}">
7979
<div ng-bind-html="person.name | highlight: $select.search"></div>
8080
<small>

0 commit comments

Comments
 (0)