-
-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
{{one-way-number-mask
value=val
update=(action (mut val))
class="someclass"
options=(hash groupSeparator=" ")
}}
This code generates ton of [violation] errors in JS console:
[Violation] 'setTimeout' handler took 144ms
[Violation] 'input' handler took 693ms
And works slow. What could be the problem here?