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]: Setting credits proprety to false does not remove the credits from UI #26

Open
BenOussama180 opened this issue Oct 10, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@BenOussama180
Copy link

What happened?

Setting credits proprety to false does not remove the credits from UI

    <x-filepond::upload credits="false" wire:model="images" multiple />

How to reproduce the bug

just set credits proprety

Package Version

1.2

PHP Version

8.3

Laravel Version

11.x

Which operating systems does with happen with?

Windows

Notes

No response

@BenOussama180 BenOussama180 added the bug Something isn't working label Oct 10, 2024
@trippo
Copy link

trippo commented Oct 15, 2024

Set

.filepond--credits {
    display: none;
}

on css file

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

2 participants