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
<form wire:submit.prevent="callMountedTableAction">
@php
$action = $getMountedAction();
@endphp
What's the way to add novalidate in the form tag?
0 Replies
No replies yetBe the first to reply to this messageJoin