Ox.Filter: handle formatKey 'number'
This commit is contained in:
parent
978d44135a
commit
bf197f73a5
1 changed files with 6 additions and 0 deletions
|
@ -741,6 +741,12 @@ Ox.Filter = function(options, self) {
|
|||
value: value,
|
||||
width: {hours: 38, minutes: 37, seconds: 37}
|
||||
});
|
||||
} else if (formatType == 'number') {
|
||||
$input = Ox.Input({
|
||||
type: type,
|
||||
value: value,
|
||||
width: 288
|
||||
});
|
||||
} else if (formatType == 'resolution') {
|
||||
$input = Ox.InputGroup({
|
||||
inputs: [
|
||||
|
|
Loading…
Reference in a new issue