Can anyone point me in the right direction π
I am trying to bind an array of strings to the umb-input-multiple-text-string but not getting very far. This is what I have in my render
Are you sure that the values are there when the element is first rendered? Might be that they are updated after the first render and that the element does not pick up the change?
h
huwred
10/10/2024, 11:22 AM
yes, values are definitely there π
m
Markus Johansson
10/10/2024, 12:35 PM
If you add something to the empty array that you are passing as a fallback, so [] would be [βhelloβ] what happens?