Setting repeater values from action
related: https://discordapp.com/channels/883083792112300104/1270435674390269992/1270435674390269992
I was just wondering how to hydrate multiple repeater entries from an action.
I have tried using ->default([ [], [], ]) but it only fills it on page load and not after selecting something on a live input, I need it to be dynamic. Anyone have an idea?
2 Replies
Solution
live()
and afterStateUpdated()
?thanks