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:Jump to 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...1 Reply
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