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 be10515 commit 850f036Copy full SHA for 850f036
dev/custom-field.html
@@ -5,6 +5,7 @@
5
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
6
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
<title>Custom Field</title>
8
+ <link rel="stylesheet" href="/packages/vaadin-lumo-styles/lumo.css" />
9
<script type="module" src="./common.js"></script>
10
</head>
11
@@ -17,7 +18,7 @@
17
18
>
19
<vaadin-select style="width: 6rem" value="+358" required></vaadin-select>
20
<vaadin-text-field
- allowed-char-pattern="[0-9]*"
21
+ allowed-char-pattern="[0-9]"
22
pattern="[0-9]*"
23
maxlength="4"
24
style="width: 5rem"
0 commit comments