aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirav Sanghani <[email protected]>2012-04-16 17:24:51 -0700
committerNirav Sanghani <[email protected]>2012-04-16 17:24:51 -0700
commitd5a95315eb2aac641d3a28de9f92f75e56813149 (patch)
tree07c3fb885d79c038b58323f26ac5b4ab09760a74
parent8e8b1ad03df4f1e723cb58696ebace642fce3946 (diff)
downloadbootstrap-d5a95315eb2aac641d3a28de9f92f75e56813149.tar.xz
bootstrap-d5a95315eb2aac641d3a28de9f92f75e56813149.zip
Update typeahead docs to reflect new option.
-rw-r--r--docs/javascript.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/javascript.html b/docs/javascript.html
index 7ad42ae81..b6f7ce92e 100644
--- a/docs/javascript.html
+++ b/docs/javascript.html
@@ -1490,6 +1490,12 @@ $('.carousel').carousel({
<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>
</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>
</table>