Merge pull request #15265 from abpframework/Issue-13033

click action  given to the button
pull/15269/head
Muhammed Altuğ 3 years ago committed by GitHub
commit d8ecf4611f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6,14 +6,13 @@
[(ngModel)]="value"
/>
<button class="btn btn-secondary" type="button">
<button class="btn btn-secondary" type="button" (click)="toggleFieldTextType()">
<i
class="fa"
[ngClass]="{
'fa-eye-slash': !fieldTextType,
'fa-eye': fieldTextType
}"
(click)="toggleFieldTextType()"
></i>
</button>
</div>

Loading…
Cancel
Save