Fix selectbox for numeric values

This commit is contained in:
Nathan Gray 2012-04-09 21:49:28 +00:00
parent 4018cc39ad
commit 90c5646da9

View File

@ -52,6 +52,9 @@ var et2_selectbox = et2_inputWidget.extend({
"type": "boolean",
"default": true,
"description": "For multi-selects, put the selected options at the top of the list when first loaded"
},
"value": {
"type": "any" // Can be string or integer
}
},