FilamentF
Filament2y ago
1 reply
vahnmarty

How to implement novalidate on Action (modal) ?

In
 vendor/filament/tables/resources/views/index.blade.php
,

<form wire:submit.prevent="callMountedTableAction">
        @php
            $action = $getMountedAction();
        @endphp


What's the way to add
novalidate
in the form tag?
Was this page helpful?