Updating a Relation Manager Form Without Closing
Hey all - I am upgrading my Livewire version to
3.5
from 3.3
and I've run into a problem. I need to update a relation manager form without closing it and reopening it.
In the old version, I use the following:
Basically, this is all happening on the EditEvent
page. Each event can have many Orders
. Each Order
has many Selections
. I want users to be able to make selections and view the menu they have picked in real time in the modal that appears (updating after each selection). The selections appear at the top of the form and the section to make a new selection is at the bottom. This works in 3.3
but not above. Does anyone know why?
In general, can anyone suggest a better way to present what I am talking about? I don't like my current solution but it works.
Thanks in advance0 Replies