Skip to content

Commit

Permalink
Fix input v-cloak
Browse files Browse the repository at this point in the history
  • Loading branch information
Jade-GG authored Nov 5, 2024
1 parent 6cc528c commit 13fdf40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/components/input/index.blade.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

@props(['label' => false])
<label {{ $attributes->only(['v-if', 'v-else', 'v-else-if', 'class'])->merge(['class' => 'relative flex flex-col gap-y-1.5 sm:gap-y-2 text-sm']) }}>
<label {{ $attributes->only(['v-if', 'v-else', 'v-else-if', 'v-cloak', 'class'])->merge(['class' => 'relative flex flex-col gap-y-1.5 sm:gap-y-2 text-sm']) }}>
@if ($label)
<x-rapidez-ct::input.label :required="$attributes->get('required')">
@lang($label)
Expand Down

0 comments on commit 13fdf40

Please sign in to comment.