Using HTML Lightswitch
The application I'm working on is for our inventory team to scan barcode's off devices. I have a Browse screen with a local string property used as my search box (textbox) that's binded to a query. This search box is where a barcode scanner inputs the text. The barcode scanner we use automatically presses 'Enter' after the text has been entered. This causes the binded local property to execute the query. I'm then displaying the results on screen as visual validation for the user. At this point, the scanned text is still in the search box. I would like to clear the searchbox text OR highlight the text so my users can scan the next device without interacting with the computers mouse/keyboard/touchscreen.
Ideal workflow for user:
- Scan barcode
- Visually validate returned results
- Scan barcode again
Updated above post.