aboutsummaryrefslogtreecommitdiffstats
path: root/includes/htmlform/fields/HTMLMultiSelectField.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/htmlform/fields/HTMLMultiSelectField.php')
-rw-r--r--includes/htmlform/fields/HTMLMultiSelectField.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/htmlform/fields/HTMLMultiSelectField.php b/includes/htmlform/fields/HTMLMultiSelectField.php
index f8f15edad092..361260b58780 100644
--- a/includes/htmlform/fields/HTMLMultiSelectField.php
+++ b/includes/htmlform/fields/HTMLMultiSelectField.php
@@ -266,6 +266,7 @@ class HTMLMultiSelectField extends HTMLFormField implements HTMLNestedFilterable
'options' => $optionsSections,
'default' => $value,
'noJsFallback' => $out,
+ 'allowReordering' => false,
] + $params );
} elseif ( count( $out ) === 1 ) {
$firstFieldData = $out[0]->getData() ?: [];