Skip to content

Commit

Permalink
fix(demo): The typeaheadAsync property was missing, which I found to …
Browse files Browse the repository at this point in the history
…be necessary for the dropdown/functionality to be used. (#4662)
  • Loading branch information
mfgruschow authored and valorkin committed Dec 17, 2018
1 parent 46d1d23 commit 9fe4acc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions demo/src/app/components/+typeahead/demos/async/async.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<pre class="card card-block card-header">Model: {{asyncSelected | json}}</pre>

<input [(ngModel)]="asyncSelected"
[typeaheadAsync]="true"
[typeahead]="dataSource"
(typeaheadLoading)="changeTypeaheadLoading($event)"
(typeaheadOnSelect)="typeaheadOnSelect($event)"
Expand Down

0 comments on commit 9fe4acc

Please sign in to comment.