[Ionic 4] ion-datetime doesn't allow day selection before minimun

My ion-datetime has a min value set to 27 February 2019, when I want to select (for example) March 2 I can’t, because the day of month 2 isn’t allowed (but for February not for all other months)

Under Ionic 3 the bug doesn’t exist, when I click on March I can drag the day of month and the previous values appear, on Ionic 4 dragging, double clicking, tapping, praying doesn’t work

The code I use is shown below

<ion-datetime display-format="DD/MM/YYYY" min="2019-02-27" value="2019-02-27"></ion-datetime>

Ionic:

   ionic (Ionic CLI)             : 4.10.3 (/usr/local/lib/node_modules/ionic)
   Ionic Framework               : @ionic/angular 4.0.0
   @angular-devkit/build-angular : 0.12.3
   @angular-devkit/schematics    : 7.2.3
   @angular/cli                  : 7.2.3
   @ionic/angular-toolkit        : 1.2.3

Cordova:

   cordova (Cordova CLI) : 8.1.2 (cordova-lib@8.1.1)
   Cordova Platforms     : android 7.0.0, ios 4.5.5
   Cordova Plugins       : cordova-plugin-ionic-keyboard 2.1.3, cordova-plugin-ionic-webview 2.3.1, (and 8 other plugins)

System:

   ios-deploy : 1.9.4
   NodeJS     : v10.9.0 (/usr/local/Cellar/node/10.9.0/bin/node)
   npm        : 6.7.0
   OS         : macOS Mojave
   Xcode      : Xcode 10.1 Build version 10B61

Please open an issue on the Github repo for this at: https://github.com/ionic-team/ionic

Check that the issue is not already reported.