ng2-validation icon indicating copy to clipboard operation
ng2-validation copied to clipboard

conflict with ng-bootstrap Datepicker validation

Open mhmo91 opened this issue 8 years ago • 1 comments

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

mhmo91 avatar Dec 21 '16 17:12 mhmo91

Hi,

any one solved this issue? please update.

KiranWorks1061 avatar Nov 21 '17 06:11 KiranWorks1061