close #1453 Fixed: Style problem with date field after validation

This commit is contained in:
Cüneyt Şentürk
2020-06-05 16:12:19 +03:00
parent c1fd4a35e2
commit 4d009e11b0
4 changed files with 20 additions and 1 deletions

View File

@ -52,6 +52,11 @@
</div>
</slot>
</div>
<slot name="error">
<div v-if="footerError" class="invalid-feedback d-block"
v-html="footerError">
</div>
</slot>
</div>
</template>
<script>
@ -84,6 +89,10 @@
type: String,
description: "Input error (below input)"
},
footerError: {
type: String,
description: "Input error (below input)"
},
successMessage: {
type: String,
description: "Input success message",