From bf197f73a5644b0c1e3cb651daeda5e05cd4cad8 Mon Sep 17 00:00:00 2001 From: rolux Date: Sun, 3 Mar 2013 11:10:41 +0000 Subject: [PATCH] Ox.Filter: handle formatKey 'number' --- source/Ox.UI/js/Form/Filter.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/Ox.UI/js/Form/Filter.js b/source/Ox.UI/js/Form/Filter.js index dae05cbf..50da0889 100644 --- a/source/Ox.UI/js/Form/Filter.js +++ b/source/Ox.UI/js/Form/Filter.js @@ -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: [