aboutsummaryrefslogtreecommitdiffstats
path: root/resources/src/mediawiki.widgets/mw.widgets.SelectWithInputWidget.js
diff options
context:
space:
mode:
Diffstat (limited to 'resources/src/mediawiki.widgets/mw.widgets.SelectWithInputWidget.js')
-rw-r--r--resources/src/mediawiki.widgets/mw.widgets.SelectWithInputWidget.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/src/mediawiki.widgets/mw.widgets.SelectWithInputWidget.js b/resources/src/mediawiki.widgets/mw.widgets.SelectWithInputWidget.js
index c68fb52a3033..bdf5a8b08cb6 100644
--- a/resources/src/mediawiki.widgets/mw.widgets.SelectWithInputWidget.js
+++ b/resources/src/mediawiki.widgets/mw.widgets.SelectWithInputWidget.js
@@ -7,7 +7,7 @@
( function () {
/**
- * Select with input widget. Displays an OO.ui.TextInputWidget along with
+ * @classdesc Select with input widget. Displays an OO.ui.TextInputWidget along with
* an OO.ui.DropdownInputWidget.
* TODO Explain the OTHER option
*
@@ -34,6 +34,7 @@
* @extends OO.ui.Widget
*
* @constructor
+ * @description Create an instance of `mw.widgets.SelectWithInputWidget`.
* @param {Object} [config] Configuration options
* @param {Object} [config.dropdowninput] Config for the dropdown
* @param {Object} [config.textinput] Config for the text input