Picolé
Explore posts from servershow to set the value of an input inside of a repeater?
So lets say I have a field inside a repeater and a repeater
I want to change a value of an input inside of the repeater after another field inside of the repeater value changes
I tried many approaches and the closest one to work was this one
with this approach, I think it replaces the whole products repeater, so it only work 1 time because the fields inside of the repeater lose it's reactivity
how to actually change it?
3 replies
CDCloudflare Developers
•Created by Picolé on 11/9/2023 in #general-help
Nameserver migrated to cloudflare from locaweb but flexible SSL not issued?
It just does not work at all, it says there's no SSL and then I get an infinite redirect loop
19 replies
CDCloudflare Developers
•Created by Picolé on 10/30/2023 in #general-help
Cloudflare pages behind cloudflare zerotrust/vpn
Is it possible? should I create the application as Self-hosted or SaaS?
The pages will only be accessible by users inside the team? they need WARP?
2 replies
Dynamic Fields from php
Hello,
Been trying to make dynamic fields from values that comes from the php model
How am I supposed to be making dynamic fields? Considering this does not "disable" the File one making an error when using type as string?
I don't know if this was supposed to be made with livewire, but I guess it should work already?
the hide and disable work fine but really fails to submit
5 replies
Anyone ever tried Filament with Bref? (serverless) Livewire corrupted error
I keep getting
Livewire encountered corrupt data when trying to hydrate the [app.filament.resources.user-resource.pages.list-users] component. Ensure that the [name, id, data] of the Livewire component wasn't tampered with between requests
Almost all actions give me this error
eg: changing the number of itens per page
Anyone ever had a problem like this? SESSION_DRIVER = cookies
, CACHE_DRIVER = dynamodb
Even the CSRF token was giving me errors (disabled it for livewire/filament/admin to test and it worked)
Considering this may not fit in here but in Bref itself, I will deleted it in case nobody reply (no one had this problem)7 replies
If you had to process an uploaded excel to store into a model
Would you create the resource form as a single file upload where you process it and then save everything into the model (to show in the table later)
or would you make a custom page or something else? trying to figure out the correct approach when using filament
I don't think the resource form is the correct one because looks hard to change the values before saving and validating the excel to make sure everything is in there
4 replies