Fixed #38 - Cannot delete date from calendar once it's selected

pull/41/head
cagataycivici 2019-08-21 15:25:42 +03:00
parent 5c04baf1a1
commit 594484c97b
1 changed files with 1 additions and 0 deletions

View File

@ -1465,6 +1465,7 @@ export default {
} }
catch(err) { catch(err) {
//invalid date //invalid date
$vm.updateModel(val);
} }
}, },
focus: event => { focus: event => {