kendo-labs / angular-kendo

A project to create a robust set of Angular.js bindings for Kendo UI widgets
474 stars 209 forks source link

Angular kendo-date-picker fails to update ng-model #402

Open KashMoneyMillionaire opened 8 years ago

KashMoneyMillionaire commented 8 years ago

Dojo: http://dojo.telerik.com/OVEmo

Steps to recreate:

  1. Delete content from date input
  2. Click outside the input
  3. The following steps need to be performed without clicking outside the input element
  4. Click calendar to dropdown options
  5. Select any date
  6. Delete content from date input
  7. Click calendar to dropdown options
  8. Select any date

The model will not have changed whenever you click the date from step 8.