Files
data-collection-terminal/vendor/filament/forms/stubs/FieldView.stub

9 lines
253 B
Plaintext

<x-dynamic-component
:component="$getFieldWrapperView()"
:field="$field"
>
<div x-data="{ state: $wire.$entangle('{{ $getStatePath() }}') }">
<!-- Interact with the `state` property in Alpine.js -->
</div>
</x-dynamic-component>