fix typo in examples
This commit is contained in:
parent
45aa85a0a3
commit
9343a25658
1 changed files with 1 additions and 1 deletions
|
@ -523,7 +523,7 @@ Ox.load({Geo: {}, UI: {}, Unicode: {}}, function() {
|
||||||
description: 'Contact object',
|
description: 'Contact object',
|
||||||
elements: [
|
elements: [
|
||||||
Ox.Input({id: 'firstname', label: 'First Name'}),
|
Ox.Input({id: 'firstname', label: 'First Name'}),
|
||||||
Ox.Input({id: 'lastname', label: 'First Name'}),
|
Ox.Input({id: 'lastname', label: 'Last Name'}),
|
||||||
Ox.ArrayInput({id: 'phone', label: 'Phone Numbers', max: 3}),
|
Ox.ArrayInput({id: 'phone', label: 'Phone Numbers', max: 3}),
|
||||||
Ox.Input({id: 'email', label: 'E-Mail Address'})
|
Ox.Input({id: 'email', label: 'E-Mail Address'})
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue