Fix #2120 : WebUI: Manually entered values not being saved in Spinners

This commit is contained in:
Calum Lind 2012-11-24 12:16:40 +00:00
parent dd8dac0574
commit 0676d7e2dc

View File

@ -154,6 +154,7 @@ Ext.ux.form.SpinnerGroup = Ext.extend(Ext.form.CheckboxGroup, {
this.items.each(function(field) {
field.on('spin', this.onFieldChange, this);
field.on('change', this.onFieldChange, this);
}, this);
if (this.lazyValueSet) {