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'))
$get('../../repeater'))
. According to your code you may use more/less from