Skip to content

Commit

Permalink
upgrading to v1.24.2
Browse files Browse the repository at this point in the history
  • Loading branch information
devajmeireles committed Apr 22, 2024
1 parent 29c207a commit 4132575
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 44 deletions.
82 changes: 39 additions & 43 deletions composer.lock

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

3 changes: 2 additions & 1 deletion contents/on-this-page.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@
"2": "Required Label Indicator",
"3": "Resize",
"4": "Resize Auto",
"5": "Invalidate"
"5": "Character Count",
"6": "Invalidate"
},
"docs.form.checkbox": {
"0": "Basic Usage",
Expand Down
5 changes: 5 additions & 0 deletions resources/views/documentation/form/textarea.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@
<x-textarea :rows="1" resize-auto />
</x-preview>
</x-section>
<x-section title="Character Count" description="An option to show the number of characters.">
<x-preview language="blade" :contents="$resizeAuto">
<x-textarea maxlength="100" count />
</x-preview>
</x-section>
<x-section title="Invalidate" description="An option to not show validation error message.">
<x-preview language="blade" :contents="$invalidate">
<x-textarea label="Name" hint="Insert the description" invalidate />
Expand Down

0 comments on commit 4132575

Please sign in to comment.