From 2343fd4ae490f1ffc11bdbbb7617ba13296cc641 Mon Sep 17 00:00:00 2001 From: Kevin Brown Date: Thu, 26 May 2016 20:52:37 -0400 Subject: [PATCH] Clarify the Bootstrap docs notice with the dropdownParent option This closes https://github.com/select2/select2/pull/4253. --- docs/_includes/options/dropdown/placement.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/_includes/options/dropdown/placement.html b/docs/_includes/options/dropdown/placement.html index 76fc3a39..1f78686c 100644 --- a/docs/_includes/options/dropdown/placement.html +++ b/docs/_includes/options/dropdown/placement.html @@ -25,6 +25,10 @@ $('select').select2({ I'm using a Bootstrap modal and I can't use the search box +

+ Use the dropdownParent option, setting it to the modal. +

+ {% include options/not-written.html %}