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.