I'm using the Angular Material Datepicker. Is it possible to display a custom text in the field if the value of the input is empty or null? I didn't find a solution for this in the Datepicker API.
In my use case, the user can set an optional release date for an article. If the user don't set a specific release date (date is null), I want to display a text in the input field like "No release restriction" or "Release immediately" or something like that.
Thanks for any help.