-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scanner detection event not firing #1
Comments
Seems like that's an issue with angular8. There might be a change with how an |
I have tried using v7, v6 as well. All not working. I checked the condition. this part this is the checkRegex Thank you so much to look into this issue |
any update? I am using angular 9 and no event is firing |
i found out that your configuration is not correct adjust the max length cause the simulate button is over 14 char thats why it did not fire the event |
Hello, I use an usb barcode scanner and the event didn't fire even if i change the max length config to 30 characters the simulation Button works fine :
|
I think it's because the order of which fileds are initiated and checkRegex is always intiated with default config (angular/angular#34322). The easy way to fix it would be to move creating checkRegex field to ngOnInit. Could we have that fixed ? |
Any updates on this issue? |
I have tried the plugin according to the documentation but the event is not firing.
Here's the reproduction link
The text was updated successfully, but these errors were encountered: