How to show a clear button?
QAQMiao opened this issue · 2 comments
QAQMiao commented
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?
sengirab commented
Hey.
There isn't an built-in button to clear, you could implement such a thing yourself using the reset.
QAQMiao commented
ok, thx~