ngx-typeahead icon indicating copy to clipboard operation
ngx-typeahead copied to clipboard

displayOnFocus not working

Open JoelKap opened this issue 5 years ago • 1 comments

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)">

JoelKap avatar Feb 14 '20 09:02 JoelKap

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.

pheerai avatar May 26 '20 07:05 pheerai