You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the problem with styles input component in table.
Maybe I do something wrong, but if I put my form in the table - all default styles aren't work correct
Angular version
17
Taiga UI version
3.63.0
Which browsers have you used?
Chrome
Firefox
Safari
Edge
Which operating systems have you used?
macOS
Windows
Linux
iOS
Android
The text was updated successfully, but these errors were encountered:
If I use the form outside the table - the styles are default, but inside the table my form is without border, label(the label is outside the visible area)
Try adding tuiTextfieldAppearance="textfield" on your form. Table provides table appearance, and that's how Angular DI works — it spills into dialog. Don't forget TuiTextfieldControllerModule.
Playground Link
https://github.com/Addeo/test-taiga
Description
I have the problem with styles input component in table.
Maybe I do something wrong, but if I put my form in the table - all default styles aren't work correct
Angular version
17
Taiga UI version
3.63.0
Which browsers have you used?
Which operating systems have you used?
The text was updated successfully, but these errors were encountered: