sengirab/ngAutocomplete

How to show a clear button?

QAQMiao opened this issue · 2 comments

I saw the function completer.ResetInput('completer') can clear the input, but I want to know is there any parameter can show a clear button? or I need to write it by myself?

Hey.
There isn't an built-in button to clear, you could implement such a thing yourself using the reset.

ok, thx~