[Feature Request]: Cursor Improvement to Bulk Checkout
Is your feature request related to a problem? Please describe.
We have a barcode scanner we use to scan assets tags or serial numbers. It scans the serial number and then sends the "enter" key. Several of the "bulk" forms handle the enter key by submitting the form...but the cursor doesn't automatically return to the box where you would enter the serial number or asset tag when you're doing a Bulk Audit
Describe the solution you'd like
A simple solution to the cursor focus (I think you're using jQuery) would be something like:
$("#asset_tag").focus();
...where #asset_tag is the form field's ID.
Describe alternatives you've considered
No response
Additional context
No response
Another alternative would be to have a huge text box so you can scan multiple barcodes (one per line) and then submit the form.
Can you clarify for me which url (you can omit the domain name) you're looking at for this? I'm having a hard time figuring out what you're looking at.
I pulled up the Snipe IT demo site and grabbed the URL: hardware/bulkcheckout
As opposed to hardware/quickscancheckin which does keep the focus.