Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
50
igx-combo when filterable option is false it removes filter input too
posted

When I use igx-combo component filter search input feature is good and works but I want to fill data from Rest API unfortunately filter feature brokes me.

Example Case : After I type  "coca cola york" .. My API find familiar results about it like "Coca Cola New York Office" & "Coca Cola York office in England" .. However filter feature still wait starts with "coca cola york ....."

Is there any property or event to handle this ?
All I want is filterable = false but except removing filter search input so I can still use this (onSearchInput) event..

Thanks.