BCStudentSoftwareDevTeam / celts

Web app to support the CELTS program at Berea College
BSD 3-Clause "New" or "Revised" License
1 stars 8 forks source link

fixed timeStr issue #1278

Closed ali-ramazani closed 4 months ago

ali-ramazani commented 4 months ago

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.

github-actions[bot] commented 4 months ago

View Code Coverage