Commit d5a95315 authored by Nirav Sanghani's avatar Nirav Sanghani

Update typeahead docs to reflect new option.

parent 8e8b1ad0
...@@ -1490,6 +1490,12 @@ $('.carousel').carousel({ ...@@ -1490,6 +1490,12 @@ $('.carousel').carousel({
<td>highlights all default matches</td> <td>highlights all default matches</td>
<td>Method used to highlight autocomplete results. Accepts a single argument <code>item</code> and has the scope of the typeahead instance. Should return html.</td> <td>Method used to highlight autocomplete results. Accepts a single argument <code>item</code> and has the scope of the typeahead instance. Should return html.</td>
</tr> </tr>
<tr>
<td>updater</td>
<td>function</td>
<td>updates input with selection</td>
<td>Method used to update input contents. Accepts a single argument <code>item</code> and has the scope of the typeahead instance. Should return a string.</td>
</tr>
</tbody> </tbody>
</table> </table>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment