We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 261c660 commit 764c3c7Copy full SHA for 764c3c7
attr.js
@@ -120,7 +120,7 @@ class CustomAttributeRegistry {
120
}
121
122
// Attribute was removed
123
- else if(newVal == null && !!inst.value) {
+ else if(newVal == null) {
124
inst.value = newVal;
125
if(inst.disconnectedCallback) {
126
inst.disconnectedCallback();
registry.js
@@ -117,7 +117,7 @@ class CustomAttributeRegistry {
117
118
119
0 commit comments