Fixed #107 - Calendar clear button does not reset the input field
parent
e5d88dc518
commit
a2b180f175
|
@ -957,6 +957,7 @@ export default {
|
|||
event.preventDefault();
|
||||
},
|
||||
onClearButtonClick(event) {
|
||||
this.inputFieldValue = '';
|
||||
this.updateModel(null);
|
||||
this.overlayVisible = false;
|
||||
this.$emit('clear-click', event);
|
||||
|
|
Loading…
Reference in New Issue