alenaksu / mdPickers

Material Design date/time pickers for Angular Material
MIT License
293 stars 216 forks source link

ng-required is not working with "mdp-date-picker". #202

Open SISONKK opened 6 years ago

SISONKK commented 6 years ago

ng-required is not working with "mdp-date-picker". it seems always required when using directive "ng-required". please add this option too since sometimes the date picker will be conditionally required.

johnrix commented 6 years ago

FYI, this feature works on the more recently maintained fork at https://github.com/dpoetzsch/md-pickers/

SISONKK commented 6 years ago

Yes its working.. thanks for the support.