F
Filament•8mo ago
amir18

Repeater index find

Is there a way to get the index of the repeater im in inside the state function of a textinput inside the repeater?
5 Replies
toeknee
toeknee•8mo ago
I think you can use $i passed into the function ?
Anik
Anik•8mo ago
$i doesnt work any solution?
toeknee
toeknee•8mo ago
Not of the top of my head... Try some source diving 🙂
awcodes
awcodes•8mo ago
I don’t think this is possible out of the box. Someone did manage to get it working though. Search the help threads. Their solution might be posted.
phydeaux
phydeaux•4mo ago
Did you ever find a solution to this? I'm trying to set ->disabled on a field based on the repeater index.