Skip to content

Commit

Permalink
enhancements
Browse files Browse the repository at this point in the history
  • Loading branch information
devajmeireles committed Jan 24, 2024
1 parent 64579da commit 7b34dfb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions resources/views/documentation/form/upload.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@
sending a <u>png, jpg, jpeg or gif file</u>, a preview is offered when clicking on the
file image. To disable the preview, simply pass the <b>:preview="false"</b> parameter
to the component.
<p class="mt-4 text-xs font-semibold underline">
All files uploaded as part of the test on this page are deleted each hour.
</p>
</x-warning>
<x-section title="Basic Usage">
<x-preview language="blade" :contents="$basic">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function creditCardMask(input) {
: '9999 9999 9999 9999'
}
</script>
<x-section title="Mozilla Firefox Issue">
<x-section title="Mozilla Firefox Issue" disable-copy>
<p>
Although the AlpineJS plugin works great, there is a small issue
detected for Mozilla Firefox browsers. As part of a workaround,
Expand Down

0 comments on commit 7b34dfb

Please sign in to comment.