0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-28 20:52:21 +01:00

Dropdowns display default value (#26272)

This commit is contained in:
denisname 2018-04-12 09:42:36 +02:00 committed by Johann-S
parent 5f546f5708
commit 5be2cd3d6c

View File

@ -826,7 +826,7 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap
<tr>
<td>display</td>
<td>string</td>
<td>dynamic | static</td>
<td>'dynamic'</td>
<td>By default, we use Popper.js for dynamic positioning. Disable this with `static`.</td>
</tr>
</tbody>