I'm encountering a bug in form Repeater?
I have a repeater that creates a Select field, the options array for the repeater should be dynamically updated based on other form fields:
The issue is that $get('manufacturer') and $get('use') returns null in the closure, even though they are non-empty fields.
The code works in other fields (this is a copy-paste of another, similar field). I tested the closure and it returns the expected select options when the correct ids are returned. My issue is that $get('field_value') is always empty in the Repeater closure.
Any ideas? Thanks
5 Replies
For what it's worth, dd in the closure kills the process, but doesn't show any dumped information.
Is it a parent field you are trying to get?
Did this work for you @rominronin?
Yes, thank you very much @rickdb