Skip to content

Commit d0ac7f3

Browse files
author
Pablo Henrique
authored
Merge pull request vuematerial#839 from Bolandish/name-attribute
Name attribute
2 parents 874e5d2 + d170fcd commit d0ac7f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/mdInputContainer/mdInput.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<input
33
class="md-input"
44
:type="type"
5+
:name="name"
56
:value="value"
67
:disabled="disabled"
78
:required="required"

0 commit comments

Comments
 (0)