src/Components/Select.php
Method __construct
has 93 arguments (exceeds 4 allowed). Consider refactoring. Invalid
Invalid
$options = null,
?bool $autoFocus = null,
?bool $disabled = null,
$form = null,
?bool $multiple = null,
Method __construct
has 95 lines of code (exceeds 25 allowed). Consider refactoring. Invalid
Invalid
public function __construct(
$options = null,
?bool $autoFocus = null,
?bool $disabled = null,
$form = null,