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.
2 parents b8db5a7 + d1f3a86 commit 69e29cdCopy full SHA for 69e29cd
src/vue-input-autowidth.js
@@ -35,9 +35,9 @@ export default {
35
fontVariantNumeric: styles.getPropertyValue("font-variant-numeric"),
36
letterSpacing: styles.getPropertyValue("letter-spacing"),
37
padding: styles.getPropertyValue("padding"),
38
- textTransform: styles.getPropertyValue("text-transform"),
39
- ariaHidden: true
+ textTransform: styles.getPropertyValue("text-transform")
40
});
+ el.mirror.setAttribute("aria-hidden", "true");
41
document.body.appendChild(el.mirror);
42
checkWidth(el, binding);
43
},
0 commit comments