placeholder = $placeholder; return $this; } public function get_props(): array { return [ 'placeholder' => $this->placeholder, ]; } }