Skip to content

tuiTextfieldMaxLength v.3 #3153

Closed Answered by nsbarsukov
expdts asked this question in Q&A
Discussion options

You must be logged in to vote

@expdts

Hi!

You can use native attribute:

<tui-input formControlName="testValue">
    Label
    <input
        tuiTextfield
        [attr.maxLength]="30"
    />
</tui-input>

In 3.0 we drop tuiTextfield***-controllers which can be replaced with native attributes.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by waterplea
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