svelte-plugins / datepicker

A simple datepicker component designed for Svelte.
https://svelte-plugins.github.io/datepicker
MIT License
54 stars 12 forks source link

🐛 Day of week labels scrambled when using startOfWeek #25

Open nikez opened 4 months ago

nikez commented 4 months ago

Describe the bug If you choose that the "startOfWeek" is, e.g. 1 for Monday, the day of the week labels get scrambled.

To Reproduce

  1. Set startOfWeek="1"
  2. Open datepicker
  3. Look at day of the week labels

Expected behavior I expect it to not be scrambled.

Screenshots image

Desktop

Smartphone - Didn't test

Additional context