install
This commit is contained in:
12
resources/views/vendor/filament-forms/components/hidden.blade.php
vendored
Normal file
12
resources/views/vendor/filament-forms/components/hidden.blade.php
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
<input
|
||||
{{
|
||||
$attributes
|
||||
->merge([
|
||||
'id' => $getId(),
|
||||
'type' => 'hidden',
|
||||
$applyStateBindingModifiers('wire:model') => $getStatePath(),
|
||||
], escape: false)
|
||||
->merge($getExtraAttributes(), escape: false)
|
||||
->class(['fi-fo-hidden'])
|
||||
}}
|
||||
/>
|
||||
Reference in New Issue
Block a user