Skip to content

Commit

Permalink
chore: remove (input)=(0) workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
nsbarsukov committed Oct 9, 2024
1 parent ef2e049 commit 78f6c56
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,10 @@ import mask from './mask';
selector: 'time-mask-doc-example-4',
imports: [FormsModule, MaskitoDirective, TuiSegmented, TuiTextfield],
template: `
<!-- TODO: remove (input)="(0)" (Taiga UI CD bug) -->
<tui-textfield
filler="HH:MM"
[style.max-width.rem]="20"
[tuiTextfieldCleaner]="false"
(input)="(0)"
>
<input
inputmode="decimal"
Expand Down

0 comments on commit 78f6c56

Please sign in to comment.