-
Notifications
You must be signed in to change notification settings - Fork 477
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): incorrect InputTag table appearance and PrimitiveTextfield placeholderRaisable calculation #10052
fix(legacy): incorrect InputTag table appearance and PrimitiveTextfield placeholderRaisable calculation #10052
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 #10052 +/- ##
=======================================
Coverage 65.56% 65.57%
=======================================
Files 1222 1222
Lines 15907 15911 +4
Branches 2329 2318 -11
=======================================
+ Hits 10429 10433 +4
- Misses 5202 5229 +27
+ Partials 276 249 -27
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
BundleMonFiles updated (1)
Unchanged files (4)
Total files change +72B +0.01% Groups updated (1)
Final result: ✅ View report in BundleMon website ➡️ |
@dequubi Could you add your example to https://github.com/taiga-family/taiga-ui/blob/main/projects/demo/src/modules/components/table/examples/8/index.html to see how it works on the e2e |
50b9d75
to
0a87303
Compare
Fixes #10044
Also fixes incorrect
placeholderRaisable
calculation forPrimitiveTextfieldComponent
in table context.