Slava

Results 181 comments of Slava
trafficstars

Hello! Thank you for your interest in this module! I'm not planning to implement support for LESS at this moment. I do consider SASS to be more superior to LESS....

Hello! Thank you for your interest in this module! Sorry for late reply, I will keep this feature request in mind, it makes sense for English-only websites.

Hello! Thank you for your interest in this module! May I ask, why do you need this module? Current version on Angular supports `input[date]` out of the box.

Could you please create a Plunk to demonstrate the issue?

Hello! Thank you for your interest in this module! I believe this function is not implemented on our side. However, the code should be pretty simple to figure out: https://github.com/betsol/ng-intl-tel-input/blob/master/src/scripts/module.js....

The QR-codes generated by this library looks really cool, it's sad that there's no Node.js support, we would definitely like to use it in our server-side application.

I have this problem also. Looks like this plugin makes development database extremely unstable, sometimes some rows are just dropped, sometimes the entire `passport` database table is dropped and it's...

I've managed to work around this issue using the following approach: ``` inputElement.addEventListener('keydown', () => { setTimeout(() => this.propagateValue(inputElement.value), 10); }); ``` The `keydown` event is fired every time, so...

So, what's going on with this feature? Why isn't it added to the original module? Are there some drawbacks?

Hello! Thank you for this great module! However, the asynchronous dependencies implementation has serious drawbacks in my opinion right now. First of all, you have to specify that service factory...