Number validator should not allow trailing non-numeric characters
-----------------------------------------------------------------

                 Key: MGNLFORM-68
                 URL: http://jira.magnolia-cms.com/browse/MGNLFORM-68
             Project: Magnolia Form Module
          Issue Type: Bug
    Affects Versions: 1.2
            Reporter: Tobias Mattsson
            Assignee: Tobias Mattsson
            Priority: Minor
             Fix For: 1.x


The reg exp used by the number validator is

[0-9]*

but it should be

^[0-9]*$

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------

Reply via email to