Skip to content

Commit a0dc6eb

Browse files
committed
- Added show js errors to inputs for inline error display
Signed-off-by: Arushad Ahmed <dash-8x@hotmail.com>
1 parent 3c02a20 commit a0dc6eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/material-admin-26/input.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,6 @@
6767
@endif
6868

6969
@if($showJsErrors)
70-
<x-forms::errors :framework="$framework" :name="$name" />
70+
<x-forms::js-errors :framework="$framework" :name="$name" />
7171
@endif
7272
</x-forms::form-group>

0 commit comments

Comments
 (0)