Issue With Searchable Select
Hey All - I have a dynamically created schema as shown below:
Each event can have multiple orders, and each order has many selections. So instead of using a relation manager to make selections, I am dynamically generate this schema using the
->getEditForm()
function and displaying it directly on the EditEvent
form.
I'm running into an issue with using searchable()
. When I use searchable, all of the menu options are shown based on the first order. But when searchable()
is not used, the menu options are displayed correctly based on the order
that is passed to the function.
Does anyone have any ideas about what might be going on here? Thank you!0 Replies