/livewire_discussion_4782

Lift'n'shift demo of a form which breaks after Livewire 2.8.0 as per Issue #4782

Primary LanguagePHP

Complex form dragged out from live project into this test repo. It ain't pretty but it demostrated the problem. Should present the form at '/' when served up. To reproduce the problem, select a value from any module or trainer dropdown.

Expected behaviour is that the neighbouring select is highlighted as invalid to enforce selection of a value.

To see it work as expected, downgrade Livewire to 2.8.0 and reload.