Set other fields value from custom editor

I’m working in a custom editor and I need to set the value of other field from my editor. Is it possible?

Currently I’m able to see the other field’s values by using the onFormValueChanged function. But now I need to set the value.

Thank you!

No, it is not possible.

1 Like

Thank you, Sebastian!

I don’t know how it will be ever possible. We have some restrictions due to angular forms here.

Sebastian, Could the custom editor change the model (it seems to me to be formValue) and generate a message to notify this change? So iframe-editor replicates this message to other editors saying that the model has been updated? Wouldn’t that make each editor re-present their value?

We can introduce a method for that, I mean there is nothing that stops us from calling setValue() in the UI, but you can do a lot wrong.