Reactive select => visible Card
I would like to hide my Card Component according to the field chosen in my select
1 Reply
Try using loose comparison since I believe the values are returned as strings.
Or you can cast to an integer:
(int) $get('payment_type_id') === 1