The issue was timeStr undefined was the HTML code for the input field had two classes, and the second class overwrote the property in the first class. Moreover, defaultValue was not set, so changing the JavaScript code to capture .val() rather than default value fixed the issue.
Issue Link: 1262
The issue was timeStr undefined was the HTML code for the input field had two classes, and the second class overwrote the property in the first class. Moreover, defaultValue was not set, so changing the JavaScript code to capture .val() rather than default value fixed the issue.