fix form_elements example

This commit is contained in:
j 2016-01-30 22:39:45 +05:30
parent 2c6ddd8c56
commit 0327947864

View file

@ -19,6 +19,7 @@ Ox.SelectInput = function(options, self) {
max: 1,
min: 0,
placeholder: '',
style: 'rounded',
title: '',
value: options.max == 1 || options.max == void 0 ? '' : [],
width: 384