Skip to content

Commit 831f937

Browse files
author
Pooya Parsa
committed
Add back id prop to form
1 parent 5d23f8f commit 831f937

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/mixins/form.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ export default {
2626
},
2727
size: {
2828
type: String
29+
},
30+
id: {
31+
type: String
2932
}
3033
}
3134
};

0 commit comments

Comments
 (0)