nutmix opened a new issue, #14224:
URL: https://github.com/apache/grails-core/issues/14224

   As BigDecimal with scale of more than 3 is truncated with <f:table>, 
<f:display> etc, as a workaround, we need to override the default display.  I 
have been told that we should create this file:
   
   views/_fields/bigDecimal/_displayWidget.gsp
   
   The question is, what should go in this file? The documentation should have 
at least one example, or point to where the current contents of this file 
(which don't seem to exist).  
   
   I could do something like ${value}.toPlainString(), but what html formatting 
needs to go round it to make it look/work like the other values?  E.g. does it 
need div or span? does it need any specific class defined?  One example in the 
docs, or copies of the existing implementations (or link to them) would really 
help.
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to