Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: It does not work inside wizard #25

Open
ashkesarmaa opened this issue Oct 30, 2024 · 2 comments
Open

[Bug]: It does not work inside wizard #25

ashkesarmaa opened this issue Oct 30, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@ashkesarmaa
Copy link

What happened?

When I try to use it within one of the wizard steps, everything appears fine, but the items seem unselectable, as if they are all disabled

How to reproduce the bug

try to use it inside one of the wizard steps

Package Version

v1.2.8

PHP Version

8.2

Laravel Version

11

Which operating systems does with happen with?

Linux

Notes

No response

@ashkesarmaa ashkesarmaa added the bug Something isn't working label Oct 30, 2024
@jimiero
Copy link

jimiero commented Nov 8, 2024

@ashkesarmaa did you found a solution here? i have the same issue.

@thierrymaasdam
Copy link

thierrymaasdam commented Dec 3, 2024

Hi all,

I had the same issue just now. I was able to solve it by adding './vendor/jaocero/radio-deck/resources/views/**/*.blade.php', to the content array in my tailwind.config.js and rendering my assets again (npm run build).

For clarification, like so:

import preset from '../../../../vendor/filament/filament/tailwind.config.preset'

export default {
    presets: [preset],
    content: [
        // ...
        // ...
        './vendor/jaocero/radio-deck/resources/views/**/*.blade.php',
    ],
}

Hopefully this will solve this problem for you as well. Have a good day.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants