We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 763d4f2 commit 98f5b6dCopy full SHA for 98f5b6d
README.md
@@ -151,7 +151,7 @@ var schema = {
151
{
152
key: "surname",
153
type: "select",
154
- itemNames: {
+ titleMap: {
155
"Andersson": "Andersson",
156
"Johansson": "Johansson",
157
"other": "Something else..."
@@ -191,12 +191,12 @@ They do need a list of ```items``` to have as children.
191
```
192
193
194
-*select* and *checkboxes* can take an object, ```itemNames```, where key is the value to be saved on the model
+*select* and *checkboxes* can take an object, ```titleMap```, where key is the value to be saved on the model
195
and the value is the title of the option.
196
```javascript
197
198
199
200
"yes": "Yes I do",
201
"no": "Hell no"
202
}
0 commit comments