Nikita Barsukov

Results 56 comments of Nikita Barsukov

@pinetree Hi! > Let's imagine I have a simple valid mask, i.e. > [...] > Maskito doesn`t work with such a regex Your mask should work with **any of intermediate...

@JavierLopezSCG I've create **oversimplified** example for Google emails. https://stackblitz.com/edit/maskito-gmail ``` maskito@gmai| => Type 'm' => '[email protected]|' ``` ``` Empty textfile => Type '@' => Empty textfield ``` ``` maskito@ =>...

> @nsbarsukov Here you are using processors, but what about dynamic form expression example? I've tried to use **Dynamic mask expression** to build draft of email mask. https://stackblitz.com/edit/maskito-gmail-dynamic-mask Hovewer, I...

It is feature request for our internal projects

* https://github.com/cypress-io/cypress/issues/29071

After click on the disabled button: * Chrome >= 116 (MacOS) - [X] `focusout` with `{relatedTarget: null}` - [ ] `mousedown` * Firefox 137.0.1 (MacOS) - [x] `focusout` with `{relatedTarget:...

@filipelle Hello! Provide reproduction (for example, github repository), please. It's difficult to help you without it. Also, attach video with you problem.

I've created stackblitz with you described case (angular 17 + Ionic 8 + your mask): https://stackblitz.com/edit/maskito-ionic-angular-1434 I can't reproduce you problem in it(

Closing this issue due to the lack of reproduction. Feel free to open a new issue again with the full reproduction of the problem.