Open Tech-Loyal opened 1 week ago
Сheck it out
public function form()
{
$emails = SendEmail::where('status', 1)
->pluck('name', 'id')
->toArray();
$this->addValues(); // add this
$this->multipleSelect('emails', 'Send emails')
->options($emails);
}
It's amazing how a line of code can solve so many things, thank you very much for the prompt response.
Describe the bug When creating a list of multiple selections in the Popup form, RowActions shows an error (with 'select' it works).
To Reproduce Code of the actions `class SendWorkDetails extends RowAction { public $name = 'Send Work Details';
}`
Expected behavior I need a multipleSelect to be displayed in the Popup form to select several emails System