Skip to content

Two datetimepickers: set minDate on one, changes val of the other. #56

@jhuttner

Description

@jhuttner

Seen in both 0.91 dev and 0.91 stable:

Steps to reproduce, in Firefox:

  1. Put two dtpickers on the page, instantiated however you like.
  2. Make the following call:


```
$("#first-time-picker").datetimepicker('option', 'minDate', null);
```

  1. If the second datetimepicker had a value equal to the empty string, then it will now receive the current datetime as its value, even though the call from step 2 (seemingly) makes no call to the second time picker. It should remain blank, as it does with the plain, old datepicker.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions