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
this is a very simple example of using ng2-search-filter in angular. This is the screenshot of the search screen where if we donot provide anything in the search box, all the results will be shown.
now I am providing 'yl' in inputbox, it should give Kyle as a result,but instead of that it is showing nothing.
Alternative Solution is writing a custom pipe for search filter.
The text was updated successfully, but these errors were encountered:
ng2-search-filter not providing correct search values
https://stackblitz.com/edit/ng2-search-filter-example?file=src%2Fapp%2Fapp.component.html
this is a very simple example of using ng2-search-filter in angular. This is the screenshot of the search screen where if we donot provide anything in the search box, all the results will be shown.
now I am providing 'yl' in inputbox, it should give Kyle as a result,but instead of that it is showing nothing.
Alternative Solution is writing a custom pipe for search filter.
The text was updated successfully, but these errors were encountered: