Using ->extraAttributes() to change Form Component
I tried to apply some classes to the ToggleButtons component but with no success. Initially my goal was to make the edges more round, but after that didnt work, I tried to apply margin to the component (as a test) but that didnt work either. Am I missing something or applying the wrong key to the array?
4 Replies
And I did run
npm run build
just to be sure
But if I add it to lets say RichEditor, then it works. Could this be a bug?Im pretty sure this is a bug. I have submitted a PR with a fix
https://github.com/filamentphp/filament/pull/10978
Solution
Merged