From: peterpennings <peterpnsn(a)gmail.com>
Signed-off-by: peterpennings <peterpnns(a)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