Change repeater items programmatically
Is it possible to change the number of
Repeater
programmatically, i. e. based on an entered value of another field?3 Replies
A repeater is just a json dataset so in theory mountUsing and passing the dataset in could work depending on how you are wanting to do it
on the field,
$set()
the contents of the repeater in afterStateUpdated()
i will try it, thanks a lot!