Skip to content

Commit

Permalink
List destroy method (added by #17067) in API docs (#17073)
Browse files Browse the repository at this point in the history
  • Loading branch information
sneakertack authored and LeaVerou committed Jun 1, 2017
1 parent ddc1573 commit b98f47b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,10 @@ <h1>API</h1>
<td><code>evaluate()</code></td>
<td>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 <code>list</code> while the popup is open.</td>
</tr>
<tr>
<td><code>destroy()</code></td>
<td>Clean up and remove the instance from the input.</td>
</tr>
</tbody>
</table>
</section>
Expand Down

0 comments on commit b98f47b

Please sign in to comment.