Magic
Magic
Maybe it should be type="number" and add step="any" to allow chrome to input float numbers. Ref: http://stackoverflow.com/questions/8052962/groovy-grails-float-value-and-html5-number-input
Do you have Date fields? My date field in _form.gsp like <bs:datePicker name="tradeDate" precision="day" value="${itemStatusInstance?.tradeDate}" /> always complain "Property tradeDate must be a valid Date" and I don't know why?...
But I still didn't find the solution. Do you? Or should we change to not using bs:datePicker?
<bs:datePicker name="tradeDate" precision="day" value="${itemStatusInstance?.tradeDate}" /> is rendering to <input id="tradeDate" name="tradeDate" class="datepicker null" size="16" type="text" value="2014-04-11" data-date-format="yyyy-mm-dd"/> and I can't find the point that grails do the validation (because I...
Hi, thanks for your information. I am trying to follow your steps to solve Glyph-icons issue as below: 1. Because this plugin's layout (kickstart) doesn't use main.css, so I put...
No matter use defined module that depends on bootstrap & utils or use it standalone The only thing I make sure is fix-glyphicons appear in rendered source after : <link...