Posted 9 November 2020, 2:29 pm EST
based on the input search need to display that values in list box
Forums Home / Wijmo / General Discussion
Posted by: bemes9226 on 9 November 2020, 2:29 pm EST
Posted 9 November 2020, 2:29 pm EST
based on the input search need to display that values in list box
Posted 9 November 2020, 2:49 pm EST
it is not part of a grid column, i have implemented popup under am doing list box with search,when i am search value need to show that value in listbox
Posted 10 November 2020, 4:08 am EST
i want to display data in wj-list-box, in above code it is displaying in instead of that i want use “”
Posted 10 November 2020, 9:02 am EST
Hi,
The sample link provided is not working but I think I understand your requirements. You basically need to add a search box for the wj-list-box.
For this, you can use the filter property of the CollectionView to display only those items which match the search key. Please refer to the sample link below for reference:
https://stackblitz.com/edit/angular-9-0-0-rc-1-4spiw8
Regards,
Ashwin
Posted 10 November 2020, 9:02 am EST
Hi,
The sample link provided is not working but I think I understand your requirements. You basically need to add a search box for the wj-list-box.
For this, you can use the filter property of the CollectionView to display only those items which match the search key. Please refer to the sample link below for reference:
https://stackblitz.com/edit/angular-9-0-0-rc-1-4spiw8
Regards,
Ashwin
Posted 10 November 2020, 10:27 am EST
thanks