diff --git a/select2-latest.html b/select2-latest.html index 7c189e33..3d569a4f 100755 --- a/select2-latest.html +++ b/select2-latest.html @@ -214,7 +214,7 @@ $("#e10_3").select2({
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.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.Optgroup
s are now supported in select
s. N-level deep nesting of results is 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.