Timon Borter

Results 88 comments of Timon Borter

@kale1d0code are you working on it? the peer deps change is missing: ```bash "peerDependencies": { + "history": "^5.0.0", - "history": "^4.7.2", [...] ``` I could push it if you want...

Which exact version are you using? And do you have any code in order to reproduce the problem? I am generally not doing anything except testing/accepting pull-requests in this repository....

hi @joelcoxokc, sorry, this project is no longer under active developpment. I am happy to accept PRs! and can also quickly release bugfixes for you. (although it does not look...

did you look at [the sample application](https://kuhnroyal.github.io/mat-datetimepicker/)? I think [the "Date" input](https://github.com/kuhnroyal/mat-datetimepicker/blob/release/src/app/date.component.html#L114) is what you're looking for, no? ```html Date required ```

I see, its about the actions, not the date picker. let me see what I can do.. but will probably take a while.

I've started it [here](https://github.com/kuhnroyal/mat-datetimepicker/tree/feature/%23163-support-for-actions), also based on the original work in #13 - but trying to make it optional. not yet finished, tho!

@perchristian isn't it possible to use a picker without range and label the field accordingly? this one is from one of my other projects.. it allow the user to pick...

this looks interesting indeed! i will take a look at it..

hi @wakonp, I finally found time to look at your adapter. I've never heard of luxon, but looked it up and it sounds great. the code looks fine to me...

sure, if anyone goes for it 🚀