Set a value with copied object from items to check identityMatcher
:
Name and description | Type | Value |
---|---|---|
disabled Disabled state (use formControl.disable() ) | boolean | |
[(search)] Textfield value to subscribe on input or setting it from the outside (emits null when item from list selected) | null | string | |
[identityMatcher] A function that compares search and value to define a match between them. Must be a pure function | TuiIdentityMatcher | null |
[strict] Value must only be an item of suggestions <T> When | boolean | |
[strictMatcher] A function that compares search text and item to define a match between them. Lowercase string comparison function by default. Should be a pure function | TuiStringMatcher | null |
[stringify] A function that transforms object into a string. String(value) by default. Should be a pure function | TuiStringHandler | null |
[valueContent] A template for custom view of selected value | PolymorpheusContent | null |
Requires you to import TuiDropdown
Name and description | Type | Value |
---|---|---|
[(tuiDropdownOpen)] | boolean | |
[tuiDropdownAlign] limitWidth === 'fixed' ) | TuiDropdownAlign | 'left' |
[tuiDropdownDirection] | TuiVerticalDirection | null | |
[tuiDropdownLimitWidth] | TuiDropdownWidth | 'fixed' |
[tuiDropdownMinHeight] tuiDropdownDirection | number | |
[tuiDropdownMaxHeight] | number | |
[tuiDropdownOffset] | number | |
(tuiDropdownDirectionChange) | TuiVerticalDirection |
Requires you to import TuiHint
Name and description | Type | Value |
---|---|---|
[tuiHintContent] | PolymorpheusContent | '' |
[tuiHintDirection] | TuiHintDirection | TuiHintDirection[] | 'bottom-left' |
[tuiHintAppearance] | string | '' |
Requires you to import TuiTextfieldControllerModule
Name and description | Type | Value |
---|---|---|
[tuiTextfieldCleaner] | boolean | |
[tuiTextfieldCustomContent] | PolymorpheusContent | '' |
[tuiTextfieldLabelOutside] Label ( | boolean | |
[tuiTextfieldSize] | TuiSizeS | TuiSizeL | 'l' |
[tuiTextfieldIconLeft] | string | '' |
[tuiTextfieldFiller] | string |
TuiReactiveControl
Name and description | Type | Value |
---|---|---|
[readOnly] | boolean | |
[pseudoInvalid] | null | boolean |
TuiInteractive
Name and description | Type | Value |
---|---|---|
[focusable] | boolean | |
[nativeId] | string | |
[pseudoHover] | null | boolean | |
[pseudoFocus] | null | boolean | |
[pseudoActive] | null | boolean | |
(focusedChange) | boolean |