[conversion] When a double field has both a format currency and a range limit, incorrect length is used on text field. ----------------------------------------------------------------------------------------------------------------------
Key: LABS-378 URL: https://issues.apache.org/jira/browse/LABS-378 Project: Labs Issue Type: Bug Components: Magma Affects Versions: Current Reporter: Simone Gianni Fix For: Future @Format("currency-EUR") @Range(max=2000) public double getPrice() { ... } Will produce a field having maxsize="4", able to accomodate "1000" but not "1000.01" -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: labs-unsubscr...@labs.apache.org For additional commands, e-mail: labs-h...@labs.apache.org