The func_get_args does not include parameters with default values when using the multiselect/multisearch helper function, which causes the $hint parameter to be the default value of `the constructors of the respective classes which is empty.
It only returns the parameters explicitly given in the function call.
Laravel Prompts Version
0.1.19
Laravel Version
10.48.8
PHP Version
8.2.8
Operating System & Version
WSL w/ Docker Linux 5.15.153
Terminal Application
Windows Terminal
Description
The
func_get_args
does not include parameters with default values when using themultiselect
/multisearch
helper function, which causes the$hint
parameter to be the default value of `the constructors of the respective classes which is empty.It only returns the parameters explicitly given in the function call.
Steps To Reproduce
multiselect
helper function.