close #1453 Fixed: Style problem with date field after validation
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user