Name and description | Type | Value |
---|---|---|
[(ngModel)] Card number (also works with a reactive control) | string | |
[autocomplete] Browser autocomplete of card | boolean | |
[icon] Card icon | null | string | null |
(binChange) BIN value (card first 6 symbols) | null | string | |
ControlApplied as a host directive | ||
[readOnly] Readonly state
| boolean | |
[disabled] Disabled state (use formControl.disable()/.enable() for reactive forms)
| boolean | |
[invalid] Invalid state
| null | boolean | null |
TextfieldOptionsApplied as a host directive | ||
[tuiTextfieldCleaner] Shows a cross to reset a value
| boolean | |
[tuiTextfieldSize] Size
| TuiSizeS | null |
IconsApplied as a host directive | ||
[iconStart] Icon on the left side
| string | null |
[iconEnd] Icon on the right side
| string | null |