How to "set focus" for textfield after event On Submit

Actions & Logic

My app for order picking uses Bluetooth barcode scanner urovo sr5600 as a HID keyboard.

It has to retrieve the data from the scanner and to create a list of scanned products. When the user scans a product then a barcode is inputted in the textfield and then the textfield becomes not focused. The event on submit happens and therefore focus disappears.

1) How to set action "set focus" for textfield on submit?

2) when the user can scroll a screen to watch other products in the bottom of the list how to return focus for the textfield?

What have you tried so far?

I found the reason why focus disappears after scanning products. It is on submit event. I tried to create custom action set focus. I found the same articles in FF forum but they are not resolved.

I also think use BLE mode of scanner but the same app uses a scanner as a HID keyboard.

Did you check FlutterFlow's Documentation for this topic?
Yes
2
5 replies