Hello,
I have a few inputs, and when I enter data in one input, the others should update automatically.
However in this scenario the mask is not applied on the automatically updated ones.
Console shows this error: "Element value was changed outside of mask. Syncronize mask using `mask.updateValue()` to work properly."
I see that there is an UpdateMaskValue action available but its unclear how to pass an input parameter of type Object.
Can someone please assist with this?
Many thanks,
Sasha Bayles
Hi @Sasha Bayles ,
Use the built-in function ToObject() to convert input to an object type.
Thank you!