Skip to content

fix(pivot-grid): prevent bootstrap searchbox from overlapping selector list - #17626

Merged
rkaraivanov merged 4 commits into
masterfrom
simeonoff/fix-17586-22.2.x
Sep 17, 2026
Merged

rkaraivanov merged 4 commits into
masterfrom
simeonoff/fix-17586-22.2.x

Conversation

@simeonoff

Copy link
Copy Markdown
Member

Closes #17586

Description

igx-input-group inside the pivot selector's .igx-pivot-data-selector__filter had no flex-shrink: 0. With the Bootstrap-only padding: 4px override, the flex column layout shrank it back to its unpadded min-height, causing the search box's bordered bundle to overflow into the dimensions list below.

Added flex-shrink: 0 to that rule in themes/shared/_bootstrap.scss so the search box keeps its full padded height.

Motivation / Context

Fixes #17586 - [Bootstrap] Pivot grid selector searchbox does not look good with bootstrap theme.

Type of Change (check all that apply):

  • Bug fix

Component(s) / Area(s) Affected:

Pivot Grid (selector search box, Bootstrap theme)

How Has This Been Tested?

  • Manual testing

Test Configuration:

  • Browser(s): Chrome

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟢 Approval recommended

The targeted fix addresses the reported overflow with no unresolved issues.

Pull request overview

Fixes Bootstrap pivot-grid selector searchbox overflow by preventing the input group from shrinking below its padded height.

Changes:

  • Adds flex-shrink: 0 to the Bootstrap pivot selector filter input group.
File summaries
File Description
projects/igniteui-angular/grids/pivot-grid/src/themes/shared/_bootstrap.scss Prevents searchbox shrinking and overlap with the selector list.
Review details
  • Files reviewed: 1/1 changed files
  • Comments generated: 0
  • Review effort level: Lite

💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.

@mddragnev mddragnev assigned igdmdimitrov and unassigned mddragnev Sep 16, 2026
@igdmdimitrov igdmdimitrov added ✅ status: verified Applies to PRs that have passed manual verification and removed ❌ status: awaiting-test PRs awaiting manual verification labels Sep 17, 2026
@rkaraivanov
rkaraivanov merged commit cd0cf73 into master Sep 17, 2026
6 checks passed
@rkaraivanov
rkaraivanov deleted the simeonoff/fix-17586-22.2.x branch September 17, 2026 13:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

grid: pivot ✨ themes version: 22.2.x ✅ status: verified Applies to PRs that have passed manual verification

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bootstrap] Pivot grid selector searchbox does not look good with bootstrap theme

6 participants