]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
docs: update dropdowns.md to reflect the correct version (#34180)
authorEelke van den Bos <eelkevdbos@gmail.com>
Mon, 7 Jun 2021 19:44:36 +0000 (15:44 -0400)
committerGitHub <noreply@github.com>
Mon, 7 Jun 2021 19:44:36 +0000 (12:44 -0700)
* Update dropdowns.md to reflect correct version

* Clarify content, drop the reference to versions

* Update dropdowns.md

Co-authored-by: Mark Otto <otto@github.com>
site/content/docs/5.0/components/dropdowns.md

index e15cc0fe6221370e43ce9889c8b0673fe74d04d0..1668ae7bd79c80fe4a482b87437b9928e948748b 100644 (file)
@@ -583,7 +583,7 @@ Trigger dropdown menus at the left of the elements by adding `.dropstart` to the
 
 ## Menu items
 
-Historically dropdown menu contents *had* to be links, but that's no longer the case with v4. Now you can optionally use `<button>` elements in your dropdowns instead of just `<a>`s.
+You can use `<a>` or `<button>` elements as dropdown items.
 
 {{< example >}}
 <div class="dropdown">