voidlabs/mosaico

"-ko-prop-if" does not work correcty. It should remove "prop" when the condition is false while it currently set "prop: null"

Closed this issue · 0 comments

bago commented

The issue is related to the way we deal with "virtualAttrStyle".
-ko-prop-if creates a ternary value for -ko-prop, but it doesn't expect the output to be concatenated in a string.