Joseph Taiwo Orilogbon

Results 7 comments of Joseph Taiwo Orilogbon

OK, I've not been able to lay my hands on IE browser to test these issues, but hope to soon.

@benmalcom there's already an option for that, a model with the time set. See the [demo](http://logbon72.github.io/angular-material-datetimepicker/) page for an example

You can disable the dialog for an input and use a button, alongside the `mdcDateTimeDialog` service to display dialog. Somewhere on your page, you have: ``` Use Picker ``` Then...

Not sure this will happen soon, but I'll tag this as enhancement.

Hey, I had this same problem, checkout https://github.com/thinktree/PHP-Xero/issues/7#issuecomment-2479693 for the solution.

I created a fork of this project, it has documentation and all, https://github.com/logbon72/angular-recorder

A hack that worked for me: ```typescript export const Validator = OpenApiValidator.middleware(validatorOptions); // hack might break in the future versions. const { ajvOpts } = (OpenApiValidator.middleware as any)._oav; const originalOptions...