fix FileButton flow so it can be used as a dialog button
This commit is contained in:
parent
0fa77bd167
commit
3c3a6ea220
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ Ox.FileButton = function(options, self) {
|
|||
}
|
||||
})
|
||||
.addClass('OxFileButton')
|
||||
.css({width: self.options.width + 'px'});
|
||||
.css({overflow: 'hidden'});
|
||||
|
||||
self.files = [];
|
||||
self.multiple = self.options.maxFiles != 1;
|
||||
|
|
Loading…
Reference in a new issue