Skip to content

Commit

Permalink
fix(addon-commerce): InputExpire fix translation in safari (#3043)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirpotekhin authored Nov 10, 2022
1 parent 27c2d79 commit 1a258c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@
<label tuiPreventDefault="click">
<input
#inputExpire
type="text"
placeholder="00/00"
automation-id="tui-input-card-grouped__expire"
inputmode="numeric"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
tuiTextfield
inputmode="numeric"
placeholder="00/00"
translate="no"
type=""
[attr.autocomplete]="autocomplete"
/>
<ng-content></ng-content>
Expand Down

0 comments on commit 1a258c5

Please sign in to comment.