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

Computed property does not bind to input field #44

Closed jurgenwerk closed 9 years ago

jurgenwerk commented 9 years ago

The issue is that my date property does not bind to datepicker input when my component renders.

For demonstration purpose I added the display of actual bound property:

{{filter.value}}
{{bootstrap-datepicker value=filter.value autoclose=true class="form-control rt-input"}}

This template renders like this - input doesn't have the value displayed above, datepicker also doesn't have selected day marked:

image

jurgenwerk commented 9 years ago

solution: Date object

et commented 8 years ago

@soulim - can this be added to the docs? This is not obvious.