yuyang041060120 / ng2-validation

angular2 validation
https://yuyang041060120.github.io/ng2-validation/index.html
MIT License
611 stars 213 forks source link

conflict with ng-bootstrap Datepicker validation #36

Open mhmo91 opened 7 years ago

mhmo91 commented 7 years ago

ng-bootstrap Datepicker uses the minDate n maxDate validation input, and it expects the input to be the same model format it generates... long story short, when using minDate for example on input with ngbDatepicker it throw an error because both the ngb component and your module uses the same validation but expects a different format this is the component i used https://ng-bootstrap.github.io/#/components/datepicker

KiranWorks1061 commented 6 years ago

Hi,

any one solved this issue? please update.