Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐞 - how to style component in table #6669

Closed
2 of 9 tasks
Addeo opened this issue Feb 2, 2024 · 3 comments
Closed
2 of 9 tasks

🐞 - how to style component in table #6669

Addeo opened this issue Feb 2, 2024 · 3 comments
Assignees
Labels
bug Something isn't working

Comments

@Addeo
Copy link

Addeo commented Feb 2, 2024

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
Screenshot 2024-02-02 at 10 11 27
Screenshot 2024-02-02 at 10 11 21
Screenshot 2024-02-02 at 10 11 13

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
@Addeo Addeo added bug Something isn't working state: need triage labels Feb 2, 2024
@Addeo
Copy link
Author

Addeo commented Feb 2, 2024

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)

@waterplea
Copy link
Collaborator

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.

@Sergey111991KV
Copy link

Thanks! It's help!!

@waterplea waterplea closed this as not planned Won't fix, can't repro, duplicate, stale Feb 4, 2024
@waterplea waterplea self-assigned this Feb 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

3 participants