Pickerfield set value from user or from datasource changed

I can not understand how I make know Pickerfield set value from user or from datasource changed?
If I use addValueChangeListener then it works in both cases, there are suspicions that you need to track “target”

Hi,

the userOriginated attribute will be introduced in Platform 7.0.

See related issues:

Regards,
Gleb

1 Like

I use version 6.9.1 and for my project it is quite problematic to switch to a newer version, can I somehow implement it myself? Thank u!

You can extend PickerFIeld and its actions to add required logic. Also, I suggest adding another value change listener for PickerField in order not to affect other components with userOrginated attribute.