mdPickers icon indicating copy to clipboard operation
mdPickers copied to clipboard

Material Design date/time pickers for Angular Material

Results 95 mdPickers issues
Sort by recently updated
recently updated
newest added

change directive controllers to use $onInit

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.

I am having a problem with a portion of code I wrote... I want to display a dialog which allows the user to modify some hours pamethers. So I used...

How do I go about preventing future month selection or scrolling when I have a maxDate set? Scenario: I have a maxDate set of '2018/01/25'. I don't want the user...

This fixes bug with unknown variable `moment` when mdPickers is used under webpack

The field just gets converted to an input[type="time"] field when used on Safari v11, which isn't supported, so it's essentially a text input field.

Like that : ![24h](http://3.bp.blogspot.com/-SK2ljlhHiCU/UaiEjF1lhGI/AAAAAAABJqs/0uWv7oMxdG4/s640/android-calendar-time-control-1.png)

feature

Since this library uses the directive `md-dialog` to show the window to choose the date or time from, it's not possible to use it within a dialog. If I try...

Why there is no Bower installation for this library? Usually front-end library coming from Bower and back-end (NodeJS) library coming from NPM

Getting {{ calendar.date.format("MMMM YYYY") }} while using mdDatePicker. mdTimePicker isn't working either. Debugged the issue, scope is getting lost somehwere in between. Can you please help with the issue?

needs: demo