disableClick(); } public function type(string | Closure | null $type): static { $this->type = $type; return $this; } public function getType(): string { return $this->evaluate($this->type) ?? 'text'; } }