Skip to content

Commit

Permalink
Merge pull request #10 from nikspyratos/patch-1
Browse files Browse the repository at this point in the history
Add Hint Color
  • Loading branch information
saade authored Nov 22, 2023
2 parents 1aa827a + a796b68 commit d37beda
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions resources/views/signature-pad.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,9 @@
use Saade\FilamentAutograph\Forms\Components\Enums\DownloadableFormat;
@endphp

<x-filament-forms::field-wrapper
class="filament-autograph"
:id="$getId()"
:label="$getLabel()"
:label-sr-only="$isLabelHidden()"
:helper-text="$getHelperText()"
:hint="$getHint()"
:hint-icon="$getHintIcon()"
:required="$isRequired()"
:state-path="$getStatePath()"
<x-dynamic-component
:component="$getFieldWrapperView()"
:field="$field"
>
@php
$isDisabled = $isDisabled();
Expand Down Expand Up @@ -109,4 +102,4 @@ class="filament-autograph"
@endif
</div>
</div>
</x-filament-forms::field-wrapper>
</x-dynamic-component>

0 comments on commit d37beda

Please sign in to comment.