Iphone / ipad issues with dynamic data

Hi All,
I have developed a form which is for a restaurant where when the customer chooses a date from a date picker a query is then run that checks for kitchen times in a database and dynamically populates a select with the avaliable times.
This works perfectly on a PC and a Samsung phone but in iphone / ipad (in chrome and safari) the times shown are from the last date selected ie. not the currenty selected date. It appears the select is not updating until the next date change.
Any advice on what I need to do to have the latest data populate the select and be visible?
This is for booking the Bistro and is commonly done on phones so not working properly on iphones is an issue!
Thanks in advance

Solved. I was using on:changed for the date field to then run the query for the time field. This worked on everything except ios. When I changed to on:updated it now works

1 Like