Put menus/popups of infused PHP widgets into the default overlay
[lhc/web/wiklou.git] / includes / widget / TitleInputWidget.php
index a29c3dc..15f48e5 100644 (file)
@@ -75,6 +75,7 @@ class TitleInputWidget extends \OOUI\TextInputWidget {
                if ( $this->validateTitle !== null ) {
                        $config['validateTitle'] = $this->validateTitle;
                }
+               $config['$overlay'] = true;
                return parent::getConfig( $config );
        }
 }