tui-input-date Migration to latest taiga-ui #11675
-
Later i had
with
with new syntax
it does not seem to work out of the box. Any help would be appriciate |
Beta Was this translation helpful? Give feedback.
Answered by
waterplea
Aug 18, 2025
Replies: 1 comment
-
In new providers: [
{
provide: TUI_DATE_VALUE_TRANSFORMER,
useClass: NativeDateTransformer,
},
], to this: providers: [tuiInputDateOptionsProviderNew({ valueTransformer: new NativeDateTransformer() })], |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
vytautas-pranskunas-
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In new
Textfield
basedInputDate
transformer is now part of the overall component DI options, change this:to this: