mirror of
https://github.com/jasny/bootstrap.git
synced 2026-01-22 12:48:10 -05:00
Fix missing accordion CSS when customizing. Fixes #71.
Fix typeahead docs, function options. Fixes #73
This commit is contained in:
@@ -1821,7 +1821,7 @@ $('.carousel').carousel({
|
||||
<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>
|
||||
<td>The method used to return selected item. Accepts a two arguments, the <code>item</code> and <code>type</code> which can be 'value' or 'text'. It has the scope of the typeahead instance.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>highlighter</td>
|
||||
|
||||
Reference in New Issue
Block a user