Skip to content
This repository was archived by the owner on Sep 24, 2024. It is now read-only.

Commit 3370afc

Browse files
yannbertrandolefirenko
authored andcommitted
Add input type (olefirenko#16)
I'm using Milligram (http://milligram.io/forms.html) which styles inputs depending on their type attribute. Is there a reason the type should not be set?
1 parent 6c9bc2d commit 3370afc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/VueGoogleAutocomplete.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<template>
22
<input
3+
type="text"
34
:class="classname"
45
:id="id"
56
:placeholder="placeholder"

0 commit comments

Comments
 (0)