-
Notifications
You must be signed in to change notification settings - Fork 471
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
fix(legacy): wrong prefix placement in table context #10026
Conversation
Pull request was closed ✔️All saved screenshots (for current PR) were deleted 🗑️ |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #10026 +/- ##
=======================================
Coverage 66.13% 66.14%
=======================================
Files 1215 1215
Lines 15720 15721 +1
Branches 2254 2214 -40
=======================================
+ Hits 10397 10398 +1
- Misses 5124 5214 +90
+ Partials 199 109 -90
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Visit the preview URL for this PR (updated for commit 44d3076): https://taiga-previews-demo--pr10026-splincode-fix-issues-1002-y97iqx4v.web.app (expires Thu, 19 Dec 2024 15:49:36 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 73dddc3c665194f3e11f18c16aeb71af4c289c37 |
BundleMonUnchanged files (5)
Total files change +14B 0% Groups updated (1)
Final result: ✅ View report in BundleMon website ➡️ |
@@ -50,7 +50,7 @@ | |||
</div> | |||
<div class="t-wrapper"> | |||
<label | |||
*ngIf="hasPlaceholder" | |||
*ngIf="hasPlaceholder && !isContextTable" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- === 'table' can be included in
hasPlaceholder
getter - Don't we need placeholder in table when the value is empty? Check out this example:
https://taiga-ui.dev/components/input#table
Playwright test results 6 failed Details Open report ↗︎ Failed testschromium › tests/demo/demo.pw.spec.ts › Demo › /components/input Flaky testswebkit › tests/demo/demo.pw.spec.ts › Demo › /components/pin Skipped testswebkit › tests/addon-commerce/input-card-group.pw.spec.ts › InputCardGroup › Examples › input card grouped with validation |
Fixes #10022