-
1. Re: Adobe changes my numeric field to include commas when validation fails
radzmar Oct 31, 2014 11:13 AM (in response to rickstsx04)Sorry, I can't follow your explaination.
What value do you enter in your field and what way you would it like to be displayed?
-
2. Re: Adobe changes my numeric field to include commas when validation fails
rickstsx04 Oct 31, 2014 11:53 AM (in response to radzmar)I want it to display only numbers followed by 2 decimal places.
999999999.00
If I type all numbers in my field like 999999999999 and I go over the character limit of 11. My validation fails and then my numeric field is displayed with commas, 999,999,999 without the 2 decimal places. Is there a way to prevent adobe from automatically changing my fields?
-
3. Re: Adobe changes my numeric field to include commas when validation fails
radzmar Oct 31, 2014 12:11 PM (in response to rickstsx04)The displayed number has nothing to do with the validation that fails.
If it is not possible to format the entered value with the display pattern, the value will be formatted as there is no display pattern.
Just change your display pattern into something like num{zzzzzzzzzzzzzzzzzzz9.99}, so it will format larger numbers too.
-
4. Re: Adobe changes my numeric field to include commas when validation fails
rickstsx04 Nov 5, 2014 6:10 AM (in response to radzmar)Thank you, this worked!

