Jovan131 / We-Love-CS2030

Repository for Orbital Project
https://we-love-cs-2030.vercel.app
1 stars 1 forks source link

Fix date picker bugs #104

Closed Jovan131 closed 1 year ago

Jovan131 commented 1 year ago
  1. Calendar does not close upon clicking outside.
  2. Change calendar date formatting to Singapore format (try not to use locales, but just change the formatting)
Jovan131 commented 1 year ago

Solution for 1: Create a custom modal

Jovan131 commented 1 year ago

Solution 2: import 'moment/locale/en-sg' INSTEAD OF import 'moment/locale/en-SG'