Skip to content

Commit

Permalink
chore(demo): InputCard fix example (#7229)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirpotekhin authored Apr 15, 2024
1 parent bc1ee57 commit e8c4afb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,13 @@
>
<tui-input-card
formControlName="card"
[autocompleteEnabled]="true"
[cardSrc]="card"
>
Card number
<input
autocomplete="cc-number"
tuiTextfield
/>
</tui-input-card>
<tui-input-expire
formControlName="expire"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
<tui-input-card
formControlName="card"
class="control"
[autocompleteEnabled]="autocompleteEnabledCard"
[cardSrc]="cardSrc"
[focusable]="focusable"
[pseudoActive]="pseudoPressed"
Expand Down Expand Up @@ -117,14 +116,6 @@
<code>formControl.disable()</code>
)
</ng-template>
<ng-template
documentationPropertyMode="input"
documentationPropertyName="autocompleteEnabled"
documentationPropertyType="boolean"
[(documentationPropertyValue)]="autocompleteEnabledCard"
>
Browser autocomplete of card
</ng-template>
<ng-template
documentationPropertyMode="input"
documentationPropertyName="cardSrc"
Expand Down

0 comments on commit e8c4afb

Please sign in to comment.