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({
body
and is absolutely positioned. This should help when Select2 is inside constrained elements such as modals.initSeletion
has changed to support asynchronous requestsformatSelection
and formatResult
changed in a backwards compatible way to support more powerful constructs than supported by strings alonediv
is now appended directly to body
and is absolutely positioned. This should allow the dropdown to overlap height-constrained containers such as modal windows.Optgroup
s are now supported in select
s. Recursive result trees are supported when attached to input[type=hidden]
. See the new children property described in the docs.initSeletion
has changed to support initialization from asynchronous requests.formatSelection
and formatResult
changed in a backwards compatible way to support more powerful constructs than supported by strings alone.