soulim / ember-cli-bootstrap-datepicker

Datepicker component for Ember CLI
http://sul.im/ember-cli-bootstrap-datepicker
MIT License
68 stars 57 forks source link

Embedded Calendar #4

Closed yankeeinlondon closed 9 years ago

yankeeinlondon commented 9 years ago

There are three basic display types:

2014-12-27_01-15-30

The highlighted one on the right is referred to as an embedded or inline style: docs. Looking at your plugin I wasn't sure if it was able to support this. Would love to use your addon but this style is critical for me.

soulim commented 9 years ago

Hey @ksnyde! You are right. Some features of bootstrap-datepicker are still missing, but they are all on my list and will be implemented ASAP.

I'm going to use Christmas holidays to implement everything which is missing and maybe something more :wink:

Please, stay tuned. Will let you know as soon as embedded style is implemented.

yankeeinlondon commented 9 years ago

@soulim sorry to pester but wondering what your timeframe is as this is getting quite urgent for me. Obviously its unfair to try and convey my urgency on you but if there's a chance of synergy then I'm a big fan of not recreating the wheel. :)

soulim commented 9 years ago

@ksnyde I'm planning to release this feature at the beginning of the next week. I don't have the exact date yet.

Happy New Year! :tada:

yankeeinlondon commented 9 years ago

Happy new year to you as well. :)

soulim commented 9 years ago

Hey @ksnyde! I just added support for inline mode :wink: A new version of the npm package is not released yet, but everything is on master branch already.

You should use a separate bootstrap-datepicker-inline component to get an inline calendar, e.g.

{{bootstrap-datepicker-inline value=expiresAt}}

Also there's the demo page where you could play with all available options - http://sul.im/ember-cli-bootstrap-datepicker/

I'm going to release a new version of the npm package in one or two days. Just need to make sure everything works perfectly :smile:

yankeeinlondon commented 9 years ago

:+1: Great! I'm off on something else for a few days but looking forward to getting that incorporated into my project when I'm back.

soulim commented 9 years ago

Version 0.3.0 has been released today. @ksnyde, please, let me know if you have issues with the inline mode. It works fine for me :wink:.

Happy coding! :rocket:

yankeeinlondon commented 9 years ago

Will do. Should be able to check later today.