Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authordenisname <denisname@users.noreply.github.com>2018-04-12 10:42:36 +0300
committerJohann-S <johann.servoire@gmail.com>2018-04-12 10:42:36 +0300
commit5be2cd3d6c8b89ae14e510f2431f87eddfb0867a (patch)
tree57be9d0cadba957ef24eb70496b302bb631f2e22 /docs
parent5f546f570860c0a71da254546c059e6781b0f3b4 (diff)
Dropdowns `display` default value (#26272)
Diffstat (limited to 'docs')
-rw-r--r--docs/4.1/components/dropdowns.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4.1/components/dropdowns.md b/docs/4.1/components/dropdowns.md
index 4ca2237841..0ee4e07c05 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>