I'm working on a Blazor app that can take input from a handheld barcode scanner. (USB connected)
I already have a first draft ready, but I can't seem to get this to work with hidden input fields. So basically, I want to catch the barcode in a hidden input field. This will be the only input field on the screen and should get the focus. I can manage everything when the input field is visible on the screen (set focus and scan a barcode) But as soon as I hide the input field, it doesn't work anymore.