You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, It seems like [taDisplayOnFocus] doesn't seem to work or perhaps, am not using it correctly. <input type="text" placeholder="search channel"
[value]="query"
ngxTypeahead
class="col-sm-12 form-control"
[taList]="channels"
[taListItemLabel]="'codeName'" [taDisplayOnFocus]="displayOnFocus"
(taSelected)="handleResultSelected($event)">
The text was updated successfully, but these errors were encountered:
Same for me: With taDisplayOnFocus I get no ta selector, only after the first character get's entered it is filled.
From that moment on, that single field works as expected.
Hi, It seems like [taDisplayOnFocus] doesn't seem to work or perhaps, am not using it correctly.
<input type="text" placeholder="search channel"
[value]="query"
ngxTypeahead
class="col-sm-12 form-control"
[taList]="channels"
[taListItemLabel]="'codeName'"
[taDisplayOnFocus]="displayOnFocus"
(taSelected)="handleResultSelected($event)">
The text was updated successfully, but these errors were encountered: