Say we have a field containing a float number in french (with a comma as decimal separator). If the user enter 4,5 (a valid value) and submits the form but the form is invalid for another reason, the form is displayed again to the user with the number in english format (with a dot as decimal separator).
Is it normal ?
Originally posted by @berturion at zendframework/zend-form#23
Say we have a field containing a float number in french (with a comma as decimal separator). If the user enter
4,5(a valid value) and submits the form but the form is invalid for another reason, the form is displayed again to the user with the number in english format (with a dot as decimal separator).Is it normal ?
Originally posted by @berturion at zendframework/zend-form#23