Skip to content

Commit

Permalink
Merge pull request #211 from AtlasOfLivingAustralia/feature/issue207
Browse files Browse the repository at this point in the history
Allow date to be blanked out by model change #207
  • Loading branch information
salomon-j authored Sep 21, 2023
2 parents 4b36757 + 8da596a commit b28d0db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions grails-app/assets/javascripts/knockout-dates.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@
if (!isNaN(widget.date)) {
widget.setDate(widget.date);
}
else {
widget.setDate(null);
}
}
}
};
Expand Down

0 comments on commit b28d0db

Please sign in to comment.