Oren Farhi

Results 97 comments of Oren Farhi

hi @ArmandoAA looks like you need to initialize the scroller when you change the lists. the way to do that is to wrap each list in a component. if a...

you can make so when a the list changes, a new component is rendered - consider *ngIf or some other method.

@kandonorbert try using [alwaysCallback]="true"

@phutaneVinayak please create a stackblitz for this

@ganqqwerty - that happens because the calculation of the scroll takes into an account the trackbar's height.

@ganqqwerty i do believe it's possible - and it requires a thought and development. I encourage you to open a pr if you feel comfortable and i'm willing to add...

hi @fahadsubzwari924 review https://github.com/orizens/ngx-typeahead#supported-api and try ``taApi`` and ``taApiMethod`` with ``taParams`` as the parameters object. look at the source code https://github.com/orizens/ngx-typeahead/blob/master/projects/ngx-typeahead/src/lib/ngx-typeahead.component.ts#L273

@alecrt can you share an example?