mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-06 04:08:22 +01:00
Update new typeahead method docs to be a bit clearer.
This commit is contained in:
parent
d5a95315eb
commit
031fa47f68
@ -1493,8 +1493,8 @@ $('.carousel').carousel({
|
|||||||
<tr>
|
<tr>
|
||||||
<td>updater</td>
|
<td>updater</td>
|
||||||
<td>function</td>
|
<td>function</td>
|
||||||
<td>updates input with selection</td>
|
<td>replaces contents of text input with typeahead 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>
|
<td>Method used to update contents of text input. Accepts a single argument, the <code>item</code> selected from the typeahead, and has the scope of the typeahead instance. Should return a string.</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user