Skip to content

tui-input-date Migration to latest taiga-ui #11675

Closed Answered by waterplea
vytautas-pranskunas- asked this question in Q&A
Discussion options

You must be logged in to vote

In new Textfield based InputDate transformer is now part of the overall component DI options, change this:

    providers: [
        {
            provide: TUI_DATE_VALUE_TRANSFORMER,
            useClass: NativeDateTransformer,
        },
    ],

to this:

    providers: [tuiInputDateOptionsProviderNew({ valueTransformer: new NativeDateTransformer() })],

Replies: 1 comment

Comment options

You must be logged in to vote
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
Category
Q&A
Labels
None yet
2 participants