How to get the values from other repeater items?

To sample represent, let's say we have a Repeater to choose a product from Select. When add a new item, I want to omit all selected options from the new Select. So the user can't select the same value twice
Solution:
It looks like a cache issue. You can get all repater value using $get('../../repeater')). According to your code you may use more/less from ../ FMI: https://filamentphp.com/docs/2.x/forms/fields#using-get-to-access-parent-field-values...
Jump to solution
1 Reply
Solution
MohamedSabil83
MohamedSabil8310mo ago
It looks like a cache issue. You can get all repater value using $get('../../repeater')). According to your code you may use more/less from ../ FMI: https://filamentphp.com/docs/2.x/forms/fields#using-get-to-access-parent-field-values