ember-cli-daterangepicker
ember-cli-daterangepicker copied to clipboard
Date range values are not updated after their values changed in Ember
When I change start and end date from Ember (not manually in the picker) - the dates on the picker are not being updated automatically. The flow to reproduce is the following:
- manually choose any date range (12 Sept - 10 Oct)
- from ember change the range that way, so the new start date is after old end date (12 Oct - 12 Nov) The date range display is not updated automatically, although the start and end date is actually changed.
Could you create a reproduction of this problem using ember-twiddle.com ?