From: denisname Date: Thu, 12 Apr 2018 07:42:36 +0000 (+0200) Subject: Dropdowns `display` default value (#26272) X-Git-Tag: v4.1.1~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5be2cd3d6c8b89ae14e510f2431f87eddfb0867a;p=thirdparty%2Fbootstrap.git Dropdowns `display` default value (#26272) --- 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 display string - dynamic | static + 'dynamic' By default, we use Popper.js for dynamic positioning. Disable this with `static`.