On Change trigger doesn't work on mobile

Hi,

I am experiencing an issue with the On Change trigger in a workflow when using it with a text input field. My component is a dropdown search bar that automatically looks up the entered letters for a match in a database and expands the dropdown with the results. In the preview version and also on Google Chrome with dev tools (set to mobile) this works perfectly fine but when using my iPhone this doesn’t seem to work. I have the same issue when changing the On Change trigger to the On Key Enter element. After asking ChatGPT, Claude etc. they say i should use an on input trigger, which doesn’t exist, but I am pretty sure this worked in the past, so I don’t know what changed now…

Milan