summaryrefslogtreecommitdiff
path: root/includes/htmlform/HTMLSelectOrOtherField.php
diff options
context:
space:
mode:
Diffstat (limited to 'includes/htmlform/HTMLSelectOrOtherField.php')
-rw-r--r--includes/htmlform/HTMLSelectOrOtherField.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/includes/htmlform/HTMLSelectOrOtherField.php b/includes/htmlform/HTMLSelectOrOtherField.php
index cbf7d122..3e7acdf8 100644
--- a/includes/htmlform/HTMLSelectOrOtherField.php
+++ b/includes/htmlform/HTMLSelectOrOtherField.php
@@ -62,6 +62,10 @@ class HTMLSelectOrOtherField extends HTMLTextField {
return "$select<br />\n$textbox";
}
+ function getInputOOUI( $value ) {
+ return false;
+ }
+
/**
* @param WebRequest $request
*