forked from 0x2620/oxjs
update oxmedium theme button disabled color and gradient; fix setting value of an Ox.SelectInput
This commit is contained in:
parent
47efc7377a
commit
9c46e17b9f
2 changed files with 8 additions and 3 deletions
|
|
@ -75,7 +75,12 @@ Ox.SelectInput = function(options, self) {
|
|||
},
|
||||
width: self.options.width
|
||||
})
|
||||
.update({value: setValue});
|
||||
.update({
|
||||
value: function() {
|
||||
self.options.value = that.options('value');
|
||||
setValue();
|
||||
}
|
||||
});
|
||||
|
||||
function getTitle() {
|
||||
var value = self.$select ? self.$select.value() : self.options.value;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue