Dmitry Gashko

Results 13 issues of Dmitry Gashko

![image](https://user-images.githubusercontent.com/20650419/60688583-cf46a880-9ebe-11e9-9715-b392a99a400a.png) I do not think that's correct. Also validation behavior a little bit unexpectable. It's almost what i'm serching for, but...

Here's a video: https://drive.google.com/file/d/150mGwQNYmXyfykiVVdkw1VhCKvBhfQ96/view This is small but really annoying issue! p.s. the easiest solution is replace 'click' event by 'mousedown' (probably)

I've just found one line in the source code that made me confused https://github.com/ghosh/Micromodal/blob/master/lib/src/index.js#L106 ```js const body = document.querySelector('body') ``` Why would you use querySelector to find the body element?...

Thanks for this vue plugin. It's helpful, but can you fix memory (and performance) leaks? When it's used in landing page everything is good, but if there's a router... ![Screenshot...

Why do you use [this helper](https://github.com/sha256/Pristine/blob/master/src/utils.js#L24)? ```js export function isFunction(obj) { return !!(obj && obj.constructor && obj.call && obj.apply); } ``` Why not just `typeof func === 'function'`?

Can you add Pristine to http://definitelytyped.org/ (or just add jsdoc comments) ? Because there's no intellisense for Pristine instance now. You know, I mean: ![image](https://user-images.githubusercontent.com/20650419/71091981-efd59700-21ae-11ea-83bb-4f9f791b723b.png) ![Screenshot from 2019-12-18 15-57-32](https://user-images.githubusercontent.com/20650419/71092361-c1a48700-21af-11ea-9592-3d0bd1193156.png) Yea,...

If you implement e11y it's will be so useful. (or at least events like 'onvalid', 'oninvalid')

![image](https://user-images.githubusercontent.com/20650419/65363940-4155a080-dc17-11e9-950a-e3fc9d937a4a.png) ![image](https://user-images.githubusercontent.com/20650419/65363926-2edb6700-dc17-11e9-861a-41d0beb355d8.png)

help wanted
type: bug
priority: p3

I've just decided to use this cool lib. I found some similar libs and I think this one is better but there's one small point - type definitions. Can you...