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.4 Replies
Looks like some JS is missing or not initialized
Solution
Are you on the latest version? Just to exclude other issues
yeah, I made sure to run composer update and filament:upgrade
3.2.74
though latest appears to be 3.2.96
lemme force the minor and see
ah. my custom markdown field plugin is forcing 3.2.74, which is why it didn't go higher
that was it
thank you, by the way π