30 $config = array_merge(
33 'dropdowninput' => [],
39 parent::__construct( $config );
42 $this->config = $config;
43 $this->textinput =
new TextInputWidget( $config[
'textinput'] );
44 $this->dropdowninput =
new DropdownInputWidget( $config[
'dropdowninput'] );
48 ->addClasses( [
'mw-widget-selectWithInputWidget' ] )
49 ->appendContent( $this->dropdowninput, $this->textinput );