Skip to content

Commit 850f036

Browse files
authored
chore: update custom-field dev page, fix console error (#9625)
1 parent be10515 commit 850f036

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev/custom-field.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>Custom Field</title>
8+
<link rel="stylesheet" href="/packages/vaadin-lumo-styles/lumo.css" />
89
<script type="module" src="./common.js"></script>
910
</head>
1011

@@ -17,7 +18,7 @@
1718
>
1819
<vaadin-select style="width: 6rem" value="+358" required></vaadin-select>
1920
<vaadin-text-field
20-
allowed-char-pattern="[0-9]*"
21+
allowed-char-pattern="[0-9]"
2122
pattern="[0-9]*"
2223
maxlength="4"
2324
style="width: 5rem"

0 commit comments

Comments
 (0)