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:
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
There are no errors in console.
php artisan make:filament-relation-manager Trivia/FactResource topics title --attachThe 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.
