Property changed event fires twice
- I create a custom component
- I expose a property named “Action”
- Within the custom component I have an action workflow, with one workflow action a custom javascript
that displays an alert with the value of the Action property. - I place the component on a page, change the Action property - and the dialog displays the value entered twice.
That is the property changed event fires twice - even if it has only been changed once.
/Henrik