199ocero / radio-deck

Turn filament default radio button into a selectable card with icons, title and description.
https://filamentphp.com/plugins/jaocero-radio-deck
MIT License
63 stars 10 forks source link

[Bug]: Border select not work #24

Closed a21ns1g4ts closed 3 weeks ago

a21ns1g4ts commented 4 weeks ago

What happened?

The selection border is not working. I've tried several ways and couldn't get it to work. Could something be missing from the documentation?
EAD

How to reproduce the bug

"filament/filament": "^3.1", "php": "^8.1",

Package Version

1.2

PHP Version

8.2

Laravel Version

11.0

Which operating systems does with happen with?

Linux

Notes

No response

199ocero commented 3 weeks ago

Hi @a21ns1g4ts did you create a custom theme and add the view in the tailwind config? Installtion

a21ns1g4ts commented 3 weeks ago

@199ocero Is there another way where you don't need to do this? I'm not sure if this is really something worth depending on. I haven't looked at your implementation, so I can't judge it well. But if I have some time, I can check if there's a way to make it work without relying on using a custom theme. If you've already tried to solve this and couldn't due to some limitation, could you let me know?

199ocero commented 3 weeks ago

Unfortunately @a21ns1g4ts this is the only way for now to be able to render the styles of the component even the big plugins in Filament they all use custom theme.