Skip to content

Commit

Permalink
fixed typo in password
Browse files Browse the repository at this point in the history
  • Loading branch information
melissafelch committed Sep 11, 2023
1 parent 832afdc commit 7747144
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
:class="active ? 'has-focus' : ''"
class="w-full z-10 flex items-center relative password"
>
<input @focus="updateflag" @blur="updateflag" x-model.debounce.500ms="value" :type="type" class="!pr-10" value="{{ value or ""}}" {{ attributes(widget.attrs)}} />
<input @focus="updateFlag" @blur="updateFlag" x-model.debounce.500ms="value" :type="type" class="!pr-10" value="{{ value or ""}}" {{ attributes(widget.attrs)}} />
<div class="absolute inset-y-0 right-4 flex items-center cursor-pointer"
@click="type='password'"
x-cloak
Expand Down

0 comments on commit 7747144

Please sign in to comment.