add updater function and rebuild
This commit is contained in:
parent
e0a007b929
commit
ac6625de5f
3 changed files with 24 additions and 12 deletions
|
|
@ -1613,6 +1613,12 @@ $('.carousel').carousel({
|
|||
<td>exact match,<br> case sensitive,<br> case insensitive</td>
|
||||
<td>Method used to sort autocomplete results. Accepts a single argument <code>items</code> and has the scope of the typeahead instance. Reference the current query with <code>this.query</code>.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>updater</td>
|
||||
<td>function</td>
|
||||
<td>returns selected item</td>
|
||||
<td>The method used to return selected item. Accepts a single argument, the <code>item</code> and has the scope of the typeahead instance.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>highlighter</td>
|
||||
<td>function</td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue