Hi there,
So I have defined an input field to capture time as shown below. On desktop website, end user is able to pick the time using up and down arrows. On the mobile website however, when end user pick the time using touch keypad, the input goes back to “00:00”. In other words the value input by end user is not being retained. Any help in resolving this issue will be greatly appreciated.
$(“#timepicker”).jqxDateTimeInput({ width: ‘75%’, height: ’20px’, formatString: ‘HH:mm’, showCalendarButton: false});
Thanks in advance.