Hi Richard,
The value used to compare in the conditional logic should be the option value, not the label. In your case, it should be yes
, instead of Yes
.
'hidden' => [
'when' => [['org_previous', '=', 'yes']],
'relation' => 'or',
],
You can see the conditional logic works as well on my local site.
https://monosnap.com/file/d8ZXjUuqZzukS4j19XaeW2jrpZkfII