From 379f2db8d6723064d49c73a1f4b9f8340e648b0d Mon Sep 17 00:00:00 2001 From: Igor Vaynberg Date: Mon, 16 Jul 2012 00:46:55 +0300 Subject: [PATCH] imporoved docs --- select2-latest.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/select2-latest.html b/select2-latest.html index a1911109..d2f8c12b 100755 --- a/select2-latest.html +++ b/select2-latest.html @@ -213,11 +213,11 @@ $("#e10_3").select2({

Changelog from 2.x

    -
  • Dropdown div is now appended directly to body and is absolutely positioned. This should help when Select2 is inside constrained elements such as modals.
  • -
  • Optgroups are now supported.
  • -
  • Signature of initSeletion has changed to support asynchronous requests
  • -
  • Dropdown can now open below or above the control depending on available screen space
  • -
  • Signature of formatSelection and formatResult changed in a backwards compatible way to support more powerful constructs than supported by strings alone
  • +
  • Dropdown div is now appended directly to body and is absolutely positioned. This should allow the dropdown to overlap height-constrained containers such as modal windows.
  • +
  • Optgroups are now supported in selects. Recursive result trees are supported when attached to input[type=hidden]. See the new children property described in the docs.
  • +
  • Signature of initSeletion has changed to support initialization from asynchronous requests.
  • +
  • Dropdown will now open below or above the control depending on available screen space. No more scrolling the page to see to see all matched results.
  • +
  • Signature of formatSelection and formatResult changed in a backwards compatible way to support more powerful constructs than supported by strings alone.