You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -241,6 +241,12 @@ <h1>Extend</h1>
241
241
<td>Sort function (will be passed directly to <code>Array.prototype.sort()</code>) to sort the items after they have been filtered and before they are truncated and converted to HTML elements. If value is <code>false</code>, sorting will be disabled.</td>
242
242
<td>Sorted by length first, order second.</td>
243
243
</tr>
244
+
<tr>
245
+
<td><code>container</code></td>
246
+
<td>Controls how list container element generated.</td>
247
+
<td>Function that takes one parameter, the user’s input and returns an element.</td>
248
+
<td>Generates <code><div></code> with class <code>awesomplete</code></td>
0 commit comments