forked from extern/egroupware
Fix selectbox for numeric values
This commit is contained in:
parent
4018cc39ad
commit
90c5646da9
@ -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
|
||||
}
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user