Skip to content

Commit 4063874

Browse files
committed
🔥 [improvement] Add type 'tel' to input (autocompletion)
1 parent 97c70ad commit 4063874

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/VuePhoneNumberInput/index.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
:error="error"
4141
:valid="isValid && !noValidatorState"
4242
:required="required"
43+
type="tel"
4344
class="input-phone-number"
4445
@focus="$emit('phone-number-focused')"
4546
/>

0 commit comments

Comments
 (0)