Twipped / Kalendae

A javascript date picker that just works.
MIT License
1.99k stars 285 forks source link

Enhancement Ideas: Fluid width cal, hidden 'out-of-month' dates #184

Open coreyzev opened 8 years ago

coreyzev commented 8 years ago

Just wanna check these are something you'd desire before putting more effort into them.

  1. option: Full width Calendar. I've already figured this one out for single month, I could probably figure it out for 2 & 3.
  2. option: "hide out-of-month" in such a way that you cant see or click them but the structure still says. I've done this as well (for 1 month).
Twipped commented 8 years ago

What do you mean by Full Width?

coreyzev commented 8 years ago

Like so: https://jsfiddle.net/ps329k9u/

Downside is I had to lose the margins around the days, but i'm sure there's a solution for that.

Twipped commented 8 years ago

Oh, ok, so like making it fill all available width of its container.

I'm not sure if this is something I'm interested in making any kind of a feature, but perhaps a section of the readme that shows how to apply these kinds of changes would be useful.