Dawid Winiarczyk

Results 22 comments of Dawid Winiarczyk

:+1: I can't dive in logical part but there is workaround fast for it: ``` else if (checkTimeFormat(element.val()) != 'invalid') { ... } ``` overwrite with: ``` else if (checkTimeFormat(element.val())...

@thecyberd3m0n and you have wrong format. you should set HH:mm instead of hh:mm

@BenDevelopment just copy it to your project / or fork it on github. It's easy to achieve. Just redefine this.lastText with: `this.lastText = moment.utc(value).local().from(moment(), omitSuffix);`

👍 also why it's not working currently? maybe I could implement it.

Well basicly error message is defined by browser in [js validation api](https://www.w3schools.com/js/js_validation_api.asp). So I don't understand why material shouldn't support `validationMessage` from browser, saying that error messages should appear on...

@kdy1 https://github.com/morriq/swc-4386 this way is fine? I put instruction in README

Hello :), In 247 it's the same issue. I was using 246 so it's caused between two patches. but checking commit history I'm not sure what's causing it. https://github.com/swc-project/swc/compare/v1.2.246...v1.2.247