From b98f47b909d1764e40e830108f1a6937b5641b92 Mon Sep 17 00:00:00 2001 From: Melvin Tiong Date: Thu, 1 Jun 2017 19:09:58 +0800 Subject: [PATCH] List destroy method (added by #17067) in API docs (#17073) --- index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.html b/index.html index 29b3d94f..09dc2757 100644 --- a/index.html +++ b/index.html @@ -365,6 +365,10 @@

API

evaluate() Evaluates the current state of the widget and regenerates the list of suggestions or closes the popup if none are available. You need to call it if you dynamically set list while the popup is open. + + destroy() + Clean up and remove the instance from the input. +