Konstantin Polyntsov
Konstantin Polyntsov
@ert78gb First of all I have to point that there is a similar component with necessary feature: https://ng-select.github.io/ng-select#/tags We have two ways: 1. You can use the component `ng-select` and...
@Aarti5391 Try this the "Lazy load" example: https://stackblitz.com/edit/ngx-select-ex-issues-50?embed=1&file=app/app.component.ts It waits 2 seconds and provides some data.
Look at the example for your case. The example still shows the dropdown by input just one symbol. But the code will load some data only if inputted at least...
@Aarti5391 I did new one example right for your task: https://stackblitz.com/edit/ngx-select-ex-issues-83?embed=1&file=app/app.component.ts It hides options by CSS. Try to write `opt` It uses this documentation's part: https://github.com/optimistex/ngx-select-ex#styles-and-customization
You have to work with loading a new data. You may use one of the technics: - Store early loaded data, load new, merge it and set to the select...
@moeali1010 Couldn you make a life example to see the issue?
Help me to reproduce the bug. I tried there: https://stackblitz.com/edit/ngx-select-ex-issues-95?file=app/app.component.ts But, looks like all it's ok.
The description is not so clear. Can you fork and make the example? 
Now I see! Thank you. The issue because of the html inside an item. I'll try to figure out something.
@m-saifuddin Please, make a fork of https://stackblitz.com/edit/ngx-select-ex-issues-100 And reproduce the error to save my time. As soon as I will see it I'll try to fix it. Thanks!