Alexey Vasiliev
add8508c3d
Use AbortController for input event cleanup
2024-11-17 03:00:29 +02:00
Alexander Shabunevich
6550be3719
fix: safari autofill bug
...
Safari doesn't fire input event on autofill of the fields like phone.
But there is a custom event with e.bubbles = true
and on our own custom event e.bubbles = false. So we can filter
Safari autofill event for the correct mask processing.
2024-10-04 17:59:05 +03:00
Alexander Shabunevich
acf44ff8ae
fix: additional check for isTrusted event
...
See issue #227
2024-08-23 12:45:41 +03:00
Alexander Shabunevich
9b454e996a
refactor: move to single package
2024-06-02 16:49:41 +03:00
Alexander Shabunevich
4de44ef888
feat!: separate packages
2024-04-17 19:31:22 +03:00
Alexander Shabunevich
88d92b2753
fix: change event abort to manual event removing
...
Because happy-dom can't handle event abortion and test do not passing
2024-04-14 12:54:18 +03:00
Alexander Shabunevich
9257950422
chore: rename mask-input.ts to input.ts
2024-04-14 12:09:36 +03:00