Fixed #1392 - Datatable date filter throws uncaught error when invalid date string is entered

pull/1478/head
mertsincan 2021-08-26 13:50:16 +03:00
parent 8f61a49c23
commit bd1aac9b5e
1 changed files with 1 additions and 1 deletions

View File

@ -1936,7 +1936,7 @@ export default {
} }
} }
catch(err) { catch(err) {
this.updateModel(event.target.value); this.updateModel(null);
} }
}, },
onFocus() { onFocus() {