How to update repeated.current.mydate value
mydataSource = [
{ mydate: “”, id: 1 },
{ mydate: “” , id: 2},
{ mydate: “” , id: 3},
]
mydataSource assign to Repeat With of Container
inside of container i have 1 Input and that input I put on focus logic a datetime picker
my question is how to update repeated.current.mydate value from datetime dialog?