fix datefield (datetimefield) to return null for incorrect dates

This commit is contained in:
vitalets
2013-06-22 13:30:54 +04:00
parent 9cbcb0e99c
commit a00dac75ca
5 changed files with 135 additions and 49 deletions

View File

@@ -3,6 +3,7 @@ X-editable changelog
Version 1.4.5 wip
----------------------------
[bug] fix datefield (datetimefield) to return null for incorrect dates (vitalets)
[bug #224] do not close popup when it is saving value (vitalets)
[enh] added `submitValue` to `save` event params (vitalets)
[enh #259] allow `getValue` method to return value itself, not object (vitalets)