You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Default: 24 hours time format instead of am/pm. Use mdp-ampm to switch.
mdp-min-date and mdp-max-date of mdp-date-picker now take either a Date object or a string formatted using mdp-format (they used to take only a string in YYYY-MM-DD format).
Possibility to specify input name via mdp-input-name in order to allow for ng-messages (thanks to David Poetzsch-Heffter)
mdp-min-date and mdp-max-date also allow passing a Date object (thanks to David Poetzsch-Heffter)
mdp-time-picker now takes validation attributes mdp-min-time and mdp-max-time which are either Date objects or strings formatted using mdp-format (thanks to David Poetzsch-Heffter)
Showing small * on the input placeholders if pickers are flagged as required (similar to standard angular-material inputs) (thanks to David Poetzsch-Heffter)
Updating the mdp-placeholder dynamically is supported (thanks to David Poetzsch-Heffter)