Dynamic `required()`/`visible()` within a Repeater
I've got a
The
Within a
However, this does not seem to work when it's inside a
For the
Is this expected behavior, am I doing something wrong, or is this a bug? I couldn't find anything in the documentation or GitHub issues about this.
Form with Select:The
Event model has certain attributes which inform the requirements of the form, e.g. $event->is_food_provided.Within a
Fieldset, updating the visibility of a TextInput works:However, this does not seem to work when it's inside a
Repeater:For the
Repeater, the visible() check gets executed and is respected on page load, but not when the Select/Event is changed.Is this expected behavior, am I doing something wrong, or is this a bug? I couldn't find anything in the documentation or GitHub issues about this.