Closed edwingamboa closed 6 years ago
@edwingamboa : RTE Version?
@edwingamboa: Is there an issue with setting an input slot of a compound member (which is an elementary component) using the inits
array. Or is the issue with defining a default
value for an input slot definition in an elemtary`s definition.
Hi, @jtrs @pwrinc. The issue is related to the default value of elementary slots in the manifest definition. Using modelVersion 10.0.0 and RTE@3.0.0-SNAPSHOT.
In former discussion when implementing RTE 3.0.0 we decided to not trigger modelChange
event when setting slot values using the value
property in manifest for the following reason:
To avoid unexepcted behaviour inside the component when model[slot]Change
method is triggered during initalisation of the components initial slot values.
When defining init values in the
manifest.webpackage' file for an elementary component, the method
modelSlotNameChanged` in the javascript file of the component is no executed