diff --git a/select2-latest.html b/select2-latest.html index bd3fe297..78fce407 100755 --- a/select2-latest.html +++ b/select2-latest.html @@ -216,6 +216,7 @@ $("#e10_3").select2({
  • 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
  • @@ -1150,12 +1151,12 @@ $("#tags").select2({ Attached to select Value of the value attribute of the option that should be selected - Array of values specified to the left. null for empty. + Array of the value attributes of the options that should be selected. null for empty. Attached to input[type=hidden] An object representing the selection. Should at least contain an id key. The rest of the keys should be determined by the custom rendering function, the default rendering function only needs an additional text key - Array of objects specified to the left. null for empty. + An array of objects representing the selection. null for empty. diff --git a/select2-master b/select2-master index 2c0344a5..482cc409 160000 --- a/select2-master +++ b/select2-master @@ -1 +1 @@ -Subproject commit 2c0344a520d477d2693d6bed222e4ee6a1da800d +Subproject commit 482cc409ea27fc3cdf1028e9202c1ca7ada01e35