
19 Jan
2016
19 Jan
'16
2:38 p.m.
From: peterpennings <peterpnsn@gmail.com> Signed-off-by: peterpennings <peterpnns@gmail.com> --- ui/js/src/wok.form.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/js/src/wok.form.js b/ui/js/src/wok.form.js index 49f9752..92c2c98 100644 --- a/ui/js/src/wok.form.js +++ b/ui/js/src/wok.form.js @@ -34,6 +34,7 @@ $(this).find("input").each(function(){ switch($(this).attr('type')) { case 'text': + case 'number': $(this).val(obj.getDeepValue($(this).attr("name"))); break; case 'radio': -- 2.5.0