Merge pull request #2783 from brkcvn/exceptions

Javascript exceptions
This commit is contained in:
Burak Civan
2022-12-01 11:04:02 +03:00
committed by GitHub
2 changed files with 11 additions and 9 deletions

View File

@ -17,7 +17,7 @@
accept-charset="{{ $acceptCharset }}"
@endif
@submit.prevent="{{ $submit }}"
@keydown="form.errors.clear($event.target.name)"
@keydown="form.errors ? form.errors.clear($event.target.name): null"
{{ $attributes }}
>
@csrf