aboutsummaryrefslogtreecommitdiffstats
path: root/includes/htmlform/fields/HTMLAutoCompleteSelectField.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/htmlform/fields/HTMLAutoCompleteSelectField.php')
-rw-r--r--includes/htmlform/fields/HTMLAutoCompleteSelectField.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/htmlform/fields/HTMLAutoCompleteSelectField.php b/includes/htmlform/fields/HTMLAutoCompleteSelectField.php
index 5acb4b4e0520..c4fa2f7a8afc 100644
--- a/includes/htmlform/fields/HTMLAutoCompleteSelectField.php
+++ b/includes/htmlform/fields/HTMLAutoCompleteSelectField.php
@@ -136,7 +136,6 @@ class HTMLAutoCompleteSelectField extends HTMLTextField {
if ( $this->getOptions() ) {
$attribs['data-cond-state'] = FormatJson::encode( [
'hide' => [ '!==', $this->mName . '-select', 'other' ],
- 'class' => 'mw-htmlform-hide-if',
] );
}