williamtroup / Calendar.js

📅 A javascript drag & drop event calendar, that is fully responsive and compatible with all modern browsers.
https://calendar-js.com
MIT License
478 stars 33 forks source link

Update calendar.js buildDatePickerMode to keep the picker's correct p… #193

Closed imskriaz closed 7 months ago

imskriaz commented 7 months ago

Updated buildDatePickerMode function to set the picker readonly input in correct position, current it taking the input last of parent which should not be

williamtroup commented 7 months ago

This is actually fixed in my next version :)

imskriaz commented 7 months ago

Thanks! One more fix here https://github.com/williamtroup/Calendar.js/commit/327448695142d4eba8e9e9a87f24641d537fb656

JS Month from Zero, currently once picker selected date get 1 months back

imskriaz commented 7 months ago

2 more fix you might like,

  1. Make form resposive incase field is in most right https://github.com/williamtroup/Calendar.js/commit/ccc36187c7644e874819d8d609025351a81c0009
  2. Date fomat fix as per browser JS standard https://github.com/williamtroup/Calendar.js/commit/10e3ea9aafb127710b9d195a433506e701385acc

Not opening addition issue or pull for this