37
Views
2
Comments
Solved
[Input Mask Reactive] UpdateMaskValue action - Input parameter
input-mask-reactive
Reactive icon
Forge component by Steven Decock
Application Type
Reactive

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

Solution

Hi @Sasha Bayles ,

Use the built-in function ToObject() to convert input to an object type.


Thank you!

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.