From 5130b7a8bf262e00b9be529b597546dfa0cd6a49 Mon Sep 17 00:00:00 2001 From: Joel Lord Date: Mon, 25 May 2015 10:58:35 -0400 Subject: [PATCH] Fix for Issue #6581 Updated the documentation --- doc/pages/components/dropdown.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/pages/components/dropdown.html b/doc/pages/components/dropdown.html index 492b5e819..670e4d975 100644 --- a/doc/pages/components/dropdown.html +++ b/doc/pages/components/dropdown.html @@ -92,6 +92,8 @@ To set other alignments, just specify the align property in d +When the dropdown does not fit in the container, it will automatically be changed to align: bottom. If this is not the desired behavior, you can override this by specifying the ignore_repositioning property in the data-options. + ***