/** * @inheritdoc */ public function __construct(array $options = []) { $options = array_merge(["widget" => new PasswordInput()], $options); parent::__construct($options); }
/** * @inheritdoc */ public function __construct(array $options = []) { $options = array_merge(['widget' => new TextArea()], $options); parent::__construct($options); }