I have a field that should be filled using a Qr-code scanner,
When the user scans the codes I take the values and do some process on them using @api.onchange but the method only triggers when the user clicks outside the field,
I want the method to trigger without the clicking outside the field step in order to make the user experience easier.
How Can I achieve that?