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 datepicker issue #1237

Closed ali-ramazani closed 3 months ago

ali-ramazani commented 3 months ago

The date picker wasn't working on Firefox browser, we fixed the issue by changing the input field type from 'text' to 'date'. Also, the JavaScript file wasn't correctly linked to the HTML file. Fixing that made the behavior of the date picker similar across both browsers.

Ndiayem14 commented 3 months ago

Firefox did not allow users to pick a date, but we fixed it by changing the input type from "text" to "date."

github-actions[bot] commented 3 months ago

View Code Coverage

ali-ramazani commented 3 months ago

We moved this issue to a new branch 'date-picker-browser-issue'