Input LEGACY

Examples API Setup
See also
PrimitiveTextfield, Textarea
Input — is a single-line textfield. It's not recommended to use it with numbers, because the value type of this component is a string

Inputs for other types of data:

Basic

#
If you need to set some attributes or listen to events on native input , you can put it inside with Textfield directive as shown below

sizes

#

Mask

#
Taiga UI input is compatible with Maskito TuiUnmaskHandler allows to store value without mask in form control

Value stored in control:

{
  "testValue1": "",
  "testValue2": ""
}

Autocomplete with dropdown

#

Modes

#

Table

#

tuiTable directive from @taiga-ui/addon-table

Name DateGenderQuantitySum, $

Check

#

A check mark by success validation

DataList

#

Parsed on complete match:

Direction: RTL

#

Disable browser autofill

#

Preventing autofilling - MDN

autocomplete=off is largely ignored in modern browsers - primarily due to password managers etc.
This is a hint, which browsers are not required to comply with. However modern browsers have stopped autofilling elements with autocomplete="new-password"