javif89
Tenant dropdown bug [Alpine issue]
Trying to set up multi tenancy for the first time, and when I click the tenant dropdown I get:
Looking at the alpine code for the button I see this in the
toggle()
function:
I'm assuming $refs.panel is undefined. Not sure what isn't configured correctly.
Appreciate any help 🙏5 replies
File upload in actions
Hey guys, I have a question that I couldn't really find an answer for in the docs.
I have a model with a form where you can upload an image, all of that works great. Now I'm trying to add a "Bulk upload" action that lets the user upload multiple files and it will create a new record for each file uploaded with some other fields filled out based on the file name. I have the action set up but it's a bit unclear to me how to save the files.
This is what I have so far. I'm just not sure how to save the files from here. Would appreciate any help.
2 replies