Open new items in collapsed repeater

When you have a repeater that's collapsed by default is it possible for newly added items to appear in an open state?
4 Replies
toeknee
toeknee4mo ago
How do you dertmine newly added items? You can set it to expand if it has X items on a closure basis?
Jack Sleight
Jack SleightOP4mo ago
How do you dertmine newly added items?
Ideally whatever item was just added when the Add button was clicked.
toeknee
toeknee4mo ago
Make the repeater live and try and condition the display based on a dirty value maybe? like $record->field vs $state?
Jack Sleight
Jack SleightOP4mo ago
OK, will give that a go, thanks.

Did you find this page helpful?