79189006

Date: 2024-11-14 13:45:59
Score: 0.5
Natty:
Report link

Since Livewire 3, the attribute is not updated immediately. You need to change wire:model to wire:model.live.

<input type="radio" wire:model.live="payment" name="payment" value="balance">

You can read about that here: https://livewire.laravel.com/docs/upgrading#wiremodel

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Lirux