When using a datepicker, the are you sure flag never gets set as modified due to the fact datepickers never enters a keypress,
a simple fix for this would be to add
'fieldEvents' : 'dp.change change keyup propertychange input',
to the library this would then flag for date pickers, for now we've extended your library to implement a change similar to this in our library, but would be awesome if a fix code be made to fix this issue
When using a datepicker, the are you sure flag never gets set as modified due to the fact datepickers never enters a keypress,
a simple fix for this would be to add
'fieldEvents' : 'dp.change change keyup propertychange input',to the library this would then flag for date pickers, for now we've extended your library to implement a change similar to this in our library, but would be awesome if a fix code be made to fix this issue