google-code-export / openesignforms

Automatically exported from code.google.com/p/openesignforms
1 stars 0 forks source link

Decimal field for inputting percent is not natural #126

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a document with a Decimal field set to be in a percent format.
2. Test the document and enter 10 for 10%.

What is the expected output? What do you see instead?
Entering 10 results in 1000% instead of 10%.

To get 10%, you have to enter the % at the end. This is often not natural for 
forms where people expect to enter 0 to 100 to mean 0% to 100%.

Original issue reported on code.google.com by yoz...@gmail.com on 8 May 2014 at 11:31

GoogleCodeExporter commented 9 years ago
Fixed to allow a percentage field to be entered with or without a trailing '%' 
in a Decimal field -- this "hack" works if the display format contains a % 
which would be typical.

In release 14.6.7

Original comment by yoz...@gmail.com on 30 May 2014 at 9:27