
Announcements
Hi
I have a textinput, where I use onchange to reset the field (Usb card reader), this to avoid
the double input from card reader.
It is working on my computer, both in studio and published.
But not working on some computers in production.
If I look on the input field on these computers, it doesn't reset, so i have double og 3 double values.
First I save the carid to a variant, and then reset.
Is it difference in browsers, or any suggestions?
Tony
Hi
Problem solved, there was a difference on how the card reader was working.
The one solving the problem didn't move focus to new field, so used
a slider to move focus when changed.
Tony