Michael Prentice

Results 402 comments of Michael Prentice

You'll just need to branch off of `master` and target `master`. It just means that it likely won't get merged for a couple of months.

I messed with reverting some of those other parts and they appeared to still be needed.

@AdriVanHoudt we're trying to do them more often, but `1.1.11` has been blocked for some time now by the need to get some P1 autocomplete and chips a11y fixes in....

Are you seeing this previous menu not closing temporarily or permanently? I do see some overlap and momentary animation issues, but after less than 1s it stabilizes and the previous...

@JamesPJ I am not able to run the CodePen you posted as the links to your js/css files don't work. However, I would love to check out your changes if...

This needs to be investigated, but this may simply be an issue with how the different browsers handle dates. You may be able to work around this by using MomentJS...

Using the same CodePen (in Full Page or Editor view), I'm not able to reproduce this on an iPad device with iOS 14.1 or in a simulator with - iPhone...

Please try with the latest 1.1.26 or 1.2.4 releases. Also please note that: **AngularJS Material support has officially ended as of January 2022.** [See what ending support means](https://docs.angularjs.org/misc/version-support-status) and [read...

What value would you assign in this case? The [autocomplete attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete) doesn't have any date-related values other than birth dates. Do you just want to set `autocomplete="off"`?

OK, I think that it would be reasonable to accept a PR to add a new `md-datepicker-autocomplete` API for doing this. We're mostly relying on the community to send PRs...