fix: remove livewire legacy from help view

This commit is contained in:
Andras Bacsai
2024-11-03 21:27:26 +01:00
parent c211227141
commit 8c9989136b
4 changed files with 17 additions and 30 deletions

View File

@@ -23,6 +23,8 @@ class Input extends Component
public bool $isMultiline = false,
public string $defaultClass = 'input',
public string $autocomplete = 'off',
public ?int $minlength = null,
public ?int $maxlength = null,
) {}
public function render(): View|Closure|string