Ngx-bootstrap not working as expected when I clear the input quickly as it retains the values of the last entered character. For Example: If I type "a" quickly and remove it before the HTTP call is resolved, it retains the list of values for "a" in the typeahead even when input is empty. This is easily replicable in its documentation https://valor-software.com/ngx-bootstrap/#/components/typeahead?tab=overview#async-http-request.

Can anybody help with a workaround??