add nova
This commit is contained in:
13
nova/resources/js/fields/Form/HiddenField.vue
Normal file
13
nova/resources/js/fields/Form/HiddenField.vue
Normal file
@@ -0,0 +1,13 @@
|
||||
<template>
|
||||
<div class="hidden" :errors="errors">
|
||||
<input :dusk="field.attribute" type="hidden" :value="value" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { DependentFormField, HandlesValidationErrors } from '@/mixins'
|
||||
|
||||
export default {
|
||||
mixins: [DependentFormField, HandlesValidationErrors],
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user