Laravel 9 required_if not validating
I'm using Laravel 9 and Livewire 2.0 I have an integer field called 'new_weight' that should validate required if the boolean checkbox 'stripped' is selected. Although 'stripped' is not selected, it's still validating as required. The validation $rules are being…