tuiTextfieldMaxLength v.3 #3153
-
In v. 2, there was attribute tuiTextfieldMaxLength. In v. 3 he doesn't work. Please tell me which attribute should be used in v. 3 in place tuiTextfieldMaxLength? |
Beta Was this translation helpful? Give feedback.
Answered by
nsbarsukov
Dec 1, 2022
Replies: 1 comment
-
Hi! You can use native attribute: <tui-input formControlName="testValue">
Label
<input
tuiTextfield
[attr.maxLength]="30"
/>
</tui-input> In 3.0 we drop |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
waterplea
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@expdts
Hi!
You can use native attribute:
In 3.0 we drop
tuiTextfield***
-controllers which can be replaced with native attributes.