before:
when the dynamic data returned a blank string it would override any existing text in the element with {{<data-dynamic-attribute>}}.
now:
when the dynamic data returns a blank string it checks if the element text is blank
if so it sets the field to {{<data-dynamic-attribute>}}
else it dose nothing.
before: when the dynamic data returned a blank string it would override any existing text in the element with
{{<data-dynamic-attribute>}}
. now: when the dynamic data returns a blank string it checks if the element text is blank if so it sets the field to{{<data-dynamic-attribute>}}
else it dose nothing.