Weird attach select field rendering in RelationManager

I generated a relation manager to associate topics with trivia facts (many-to-many relationship, defined in both models); using the command: php artisan make:filament-relation-manager Trivia/FactResource topics title --attach

The resulting form allows the attachment, but the rendering of the select field is messed up. I am not customising the component view (nothing filament related in views/vendor), nor am I using a custom theme (or rebuilding filament's CSS files at all).

There are no errors in console.
Screenshot_2024-07-24_at_16.30.07.png
Solution
Are you on the latest version? Just to exclude other issues
Was this page helpful?