Select components with multiple option not render properly

When I add the multiple option on the Select form components it's not render properly and their is no error shown in the console also. So I'm not able to debug the issue. I would really appriciate you help and support.
Select::make('categories_id')
->label('Categories')
->relationship('categories', 'name')
->multiple()
->required(),
Select::make('categories_id')
->label('Categories')
->relationship('categories', 'name')
->multiple()
->required(),
No description
Solution:
composer update -W
Jump to solution
2 Replies
Solution
LeandroFerreira
LeandroFerreira9mo ago
composer update -W
yoursjarvis
yoursjarvisOP9mo ago
thank you it's worked

Did you find this page helpful?