diff options
| author | denisname <[email protected]> | 2018-04-12 09:42:36 +0200 |
|---|---|---|
| committer | Johann-S <[email protected]> | 2018-04-12 09:42:36 +0200 |
| commit | 5be2cd3d6c8b89ae14e510f2431f87eddfb0867a (patch) | |
| tree | 57be9d0cadba957ef24eb70496b302bb631f2e22 /docs/4.1/components/dropdowns.md | |
| parent | 5f546f570860c0a71da254546c059e6781b0f3b4 (diff) | |
| download | bootstrap-5be2cd3d6c8b89ae14e510f2431f87eddfb0867a.tar.xz bootstrap-5be2cd3d6c8b89ae14e510f2431f87eddfb0867a.zip | |
Dropdowns `display` default value (#26272)
Diffstat (limited to 'docs/4.1/components/dropdowns.md')
| -rw-r--r-- | docs/4.1/components/dropdowns.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.1/components/dropdowns.md b/docs/4.1/components/dropdowns.md index 4ca223784..0ee4e07c0 100644 --- a/docs/4.1/components/dropdowns.md +++ b/docs/4.1/components/dropdowns.md @@ -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> |
