Skip to content

Commit 8d9809a

Browse files
committed
Use valid-characters-only prop in the demo
1 parent 604fa5c commit 8d9809a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<div style="width: 500px; margin: 20px auto;">
1010
<vue-tel-input
1111
:preferred-countries="['us', 'gb', 'ua']"
12-
:custom-validate="/^[0-9]*$/"
12+
:valid-characters-only="true"
1313
@input="onInput"/>
1414
</div>
1515
<div

0 commit comments

Comments
 (0)