feat: implement password toggle functionality in input component

This commit is contained in:
2026-06-26 10:06:41 -03:00
parent 455b7c8506
commit d58445e199
4 changed files with 54 additions and 3 deletions

View File

@@ -74,7 +74,7 @@
</app-input>
<app-input
type="password"
type="password-toggle"
placeholder="********"
[value]="password"
(valueChange)="password = $event"