You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
%dom-module(id="cs-icon")
%template
%template(is="dom-if"if="[[multiple_icons]]")
X
%template(is="dom-if"if="[[!multiple_icons]]")
Y
%script(src="script.js")
Two issues here:
X
norY
is shown, even though computedmultiple_icons
is booleanicon
property is reflected, attribute is removed during binding to propertyNo errors in browser console.
When bind as to attribute, everything works as expected.
The text was updated successfully, but these errors were encountered: