We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07d1188 commit 53705b8Copy full SHA for 53705b8
2-ui/4-forms-controls/2-focus-blur/article.md
@@ -68,7 +68,7 @@ For instance, let's make the visitor unable to leave the input if the value is i
68
</style>
69
70
Your email please: <input type="email" id="input">
71
-<input type="text" style="width:200px" placeholder="make email invalid and try to focus here">
+<input type="text" style="width:220px" placeholder="make email invalid and try to focus here">
72
73
<script>
74
input.onblur = function() {
0 commit comments