tsgrp / ActiveWizard

OpenContent Dynamic Forms and Workflow
http://www.tsgrp.com/products/opencontentforms/
4 stars 0 forks source link

Invalid answer mask - text indicates that an answer isn't present #285

Open gsteimer opened 8 years ago

gsteimer commented 8 years ago

See the screenshot below. I have a 'number' answer mask on this question, but the validation display text incorrectly says that I haven't entered a value:

image

mikeblum commented 8 years ago

This is because the validation code attempts to convert the text to a number - if that fails it blanks the value on the model. We need to re-evaluate how we handle number validation.