fix form_elements example
This commit is contained in:
parent
2c6ddd8c56
commit
0327947864
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ Ox.SelectInput = function(options, self) {
|
||||||
max: 1,
|
max: 1,
|
||||||
min: 0,
|
min: 0,
|
||||||
placeholder: '',
|
placeholder: '',
|
||||||
|
style: 'rounded',
|
||||||
title: '',
|
title: '',
|
||||||
value: options.max == 1 || options.max == void 0 ? '' : [],
|
value: options.max == 1 || options.max == void 0 ? '' : [],
|
||||||
width: 384
|
width: 384
|
||||||
|
|
Loading…
Reference in a new issue