diff --git a/js/components/date_selector.js b/js/components/date_selector.js index b11a856e..b12d4986 100644 --- a/js/components/date_selector.js +++ b/js/components/date_selector.js @@ -36,7 +36,6 @@ export default { month: this.initialmonth, year: this.initialyear, name: this.nameTag, - showValidation: false, } }, @@ -190,8 +189,6 @@ export default { methods: { onInput: function(e) { - if (this.isDateComplete) this.showValidation = true - emitEvent('field-change', this, { value: this.formattedDate, name: this.name, diff --git a/js/test_templates/clin_fields.html b/js/test_templates/clin_fields.html index 8ac3d44e..a4ffa8ad 100644 --- a/js/test_templates/clin_fields.html +++ b/js/test_templates/clin_fields.html @@ -344,7 +344,7 @@ :optional='false' inline-template> -