We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3f5dcb commit 6fbf0ddCopy full SHA for 6fbf0dd
packages/runtime-dom/src/modules/props.ts
@@ -34,7 +34,7 @@ export function patchDOMProp(
34
el.value = newValue
35
}
36
if (value == null) {
37
- el.removeAttribute('value')
+ el.removeAttribute(key)
38
39
return
40
0 commit comments