'datetime', ]; #[Override] public function render(): string { $dateInput = form_input([ 'name' => $this->name, 'class' => 'rounded-l-lg border-0 border-rounded-r-none flex-1 focus:ring-0', 'data-input' => '', ], old($this->name, (string) $this->value)); $clearLabel = lang( 'Episode.publish_form.scheduled_publication_date_clear', ); $closeIcon = icon('close-fill'); $this->mergeClass('flex border-3 rounded-lg border-contrast focus-within:ring-accent'); return <<getStringifiedAttributes()}> {$dateInput} HTML; } }