timgilbert / cljs-pikaday

A ClojureScript interface to the Pikaday javascript date-picker
MIT License
52 stars 9 forks source link

Enable inline display? #3

Open coyotespike opened 8 years ago

coyotespike commented 8 years ago

Thanks for this great little library, I'm really enjoying working with it (with the help of your demo). I'd like to have the option to show the calendar, instead of having it drop down when selected. I read the CSS and JS but haven't been able to figure out how to do this.

timgilbert commented 8 years ago

Hi @coyotespike, that definitely seems like a worthwhile idea, and I'd gladly entertain pull requests for it. ;) I won't have time to look into it before this weekend at the very earliest; in the meantime if you're interested in trying to implement the feature yourself it might be worth looking at the original pikaday docs - I think you basically want to set the bound flag in the pikaday constructor (but I haven't tried this out myself). Glad you're enjoying the library!