Posted 16 August 2022, 6:38 am EST
Does combobox support search by calling API ?
Forums Home / Wijmo / General Discussion
Posted by: viethdhe130200 on 16 August 2022, 6:38 am EST
Posted 16 August 2022, 6:38 am EST
Does combobox support search by calling API ?
Posted 17 August 2022, 5:04 am EST
Hello,
Sorry, but there isn’t any built-in method or property to support ComboBox search by calling API. However, we have AutoComplete control which extends the ComboBox control and has a built-in property to support async load on search. Please refer to the wijmo demo link below for reference:
https://www.grapecity.com/wijmo/demos/Input/AutoComplete/AsyncLoading/angular
Regards
Posted 17 August 2022, 9:57 pm EST
Thanks for your answer, sonu.pandey