Skip to content

Commit

Permalink
upgrading to v1.24.5
Browse files Browse the repository at this point in the history
  • Loading branch information
devajmeireles committed Apr 22, 2024
1 parent 2e83ec8 commit d9caf12
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 8 deletions.
4 changes: 4 additions & 0 deletions app/Enums/Examples/Form/Textarea.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@ class Textarea
HTML;

public const COUNT = <<<'HTML'
<!-- Current and Max Quantities-->
<x-textarea maxlength="10" count />
<!-- Only Current Quantity-->
<x-textarea count />
HTML;

public const INVALIDATE = <<<'HTML'
Expand Down
12 changes: 6 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions resources/views/documentation/form/textarea.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@
</x-section>
<x-section title="Character Count" description="An option to show the number of characters.">
<x-preview language="blade" :contents="$count">
<div class="mb-2">
<x-textarea maxlength="10" count />
<div class="mb-2 space-y-2">
<x-textarea label="Current and Max Quantities" maxlength="10" count />
<x-textarea label="Only Current Quantity" count />
</div>
</x-preview>
</x-section>
Expand Down

0 comments on commit d9caf12

Please sign in to comment.