change source of select, fixes #61
This commit is contained in:
@ -311,6 +311,10 @@ Editableform is linked with one of input types, e.g. 'text', 'select' etc.
|
||||
if(key === 'value') {
|
||||
this.setValue(value);
|
||||
}
|
||||
//pass to input
|
||||
if(this.input.option) {
|
||||
this.input.option(key, value);
|
||||
}
|
||||
},
|
||||
|
||||
setValue: function(value, convertStr) {
|
||||
|
Reference in New Issue
Block a user