required
how i can make if status is selected 2 option transporter should not required else it should required
3 Replies
this code does not works
If I remember correctly you need to add ->live() to the component
or perhaps you need to add a callback function to the requiredIf(fn(Get $get) => $get['Status'] === 2 or something along those lines.
->requiredIf('Status', '2')
?