F
Filament7mo ago
lmtc

Auto add empty repeater based on a value in another field

I have a select input with a number of columns, I'd like the repeater to automatically add that many empty repeaters to fill in once the field is hydrated, has anyone done something similar? The examples I've found were filling in fields based on the db
2 Replies
CORONEL
CORONEL7mo ago
Have you tried ->live() on the select, than using (Get $get) on the repeater to access its value?
lmtc
lmtcOP7mo ago
Yea but I want it to create X number of repeaters

Did you find this page helpful?