Keeping date before minDate

Hi,

I have a “calendar” object and is setting “min”
$scope.mobiCalSettings = {
min: new Date()
}

My problem is that when I open an existing document that has a date before “min”. The date-picker changes the date to “min”

I still want to keep the selected date, but the user should not be able to select a NEW date before “min”

Is that possible? (v4)

Rgrds
Anders

Hi @Anders_Magnusson :wave:

At the moment it is not supported, but it’s on our list and also I added your voice to a feature request. I’ll let you know when we have any news about this feature (this feature will only be available in v5).