]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Dropdowns `display` default value (#26272)
authordenisname <denisname@users.noreply.github.com>
Thu, 12 Apr 2018 07:42:36 +0000 (09:42 +0200)
committerJohann-S <johann.servoire@gmail.com>
Thu, 12 Apr 2018 07:42:36 +0000 (09:42 +0200)
docs/4.1/components/dropdowns.md

index 4ca223784179ec57e93c0cd055e361cdc5a63e8d..0ee4e07c0509085538d7408311e1b8487977caa1 100644 (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>