requiredIf() validation isn't working for File Upload component
I'm having a problem where the requiredIf validation doesn't work when I use it on a File Upload component. See code below. Is there a way around this?
3 Replies
Ended up having to use $get() to customize it as below:
Thx mate, This got on my nerves π
It might be because of livewire 3 bug. There's a pr to fix it