2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03: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
+1 -1
View File
@@ -826,7 +826,7 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap
<tr> <tr>
<td>display</td> <td>display</td>
<td>string</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> <td>By default, we use Popper.js for dynamic positioning. Disable this with `static`.</td>
</tr> </tr>
</tbody> </tbody>