Component Focus should change

I have three numeric input fields in Ignition Perspective: Min, Max, and Avg (Thickness values). These fields are populated through a barcode scan, where the scanned data is received via an API and automatically assigned to the component props.value (there is no manual typing or Enter key press involved).

My requirement is to create an automatic flow between these fields. When the Min value is scanned and populated, the focus should automatically move to the Max field. After scanning and filling Max, the focus should then move to the Avg field. This entire process should happen sequentially based only on value updates from the scan, without any user interaction such as keyboard input or clicking.

Thank you for your reply. The value should automatically be filled in the first numeric field and the focus should move to the next field without pressing Enter. The value will be updated in props.value. Currently, the value updates only when I type and press Enter. Instead, when the value comes in, it should automatically move the focus and update the value at the same time.”

You will have to write code based on the linked documentation. :man_shrugging: