That is basically my question. It is showing me today’s date and not a blank or null or ” date, even if I put null or ” it runs perfectly but keeps showing me today’s date, not a blank dropdown box. So I want to change the default to being blank when the gsp loads, not with today’s date.
Thanks
The usage of the attribute
defaultis not documented in the Grails documentation but its functionality can be extracted from the implementation. Use the attributedefault="none"to stop the datePicker from using the current date and provide an empty text as the noSelection value:More information about the attribute
noSelectioncan be found in the Grails documentation.