From 555fbcfa30979f43dc5a3bda9104645ef879b855 Mon Sep 17 00:00:00 2001 From: Ferry Boender Date: Tue, 31 Mar 2015 22:37:59 +0200 Subject: [PATCH] Bugfix: Allow users to enter fractional numbers for float form types. --- src/scriptform.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scriptform.py b/src/scriptform.py index b01c400..ad04eaf 100755 --- a/src/scriptform.py +++ b/src/scriptform.py @@ -386,7 +386,7 @@ class ScriptFormWebApp(WebAppHandler): "string": '', "number": '', "integer": '', - "float": '', + "float": '', "date": '', "file": '', "password": '',