feat(input): add autofocus attribute to input component for improved accessibility
This commit is contained in:
@@ -25,6 +25,7 @@ class Input extends Component
|
||||
public string $autocomplete = 'off',
|
||||
public ?int $minlength = null,
|
||||
public ?int $maxlength = null,
|
||||
public bool $autofocus = false,
|
||||
) {}
|
||||
|
||||
public function render(): View|Closure|string
|
||||
|
||||
Reference in New Issue
Block a user