We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6255904 commit 4dac83aCopy full SHA for 4dac83a
README.md
@@ -35,18 +35,25 @@ let vm = new Vue({
35
{
36
key: 'name',
37
type: 'input',
38
- label: 'Your name'
+ templateOptions: {
39
+ label: 'Your name'
40
+ }
41
},
42
43
key: 'sex',
44
type: 'select',
- label: 'Sex',
- options: ['Male', 'Female']
45
+ options: ['Male', 'Female'],
46
47
+ label: 'Sex'
48
49
+
50
51
52
key: 'comments',
53
type: 'textarea',
- label: 'Comments'
54
55
+ label: 'Comments'
56
57
}
58
]
59
@@ -145,4 +152,4 @@ These should be added to the `templateOptions` property. Some input types may ha
145
152
* [x] Custom attributes
146
153
* [x] Custom Classes
147
154
* [x] Custom events
148
-* [ ] Handle errors & error classes
155
+* [ ] Handle errors & error classes
0 commit comments