Skip to content

Fix truncated change indicator on search submit button#26549

Open
dennisoelkers wants to merge 6 commits into
masterfrom
fix/14690-search-button-change-indicator-truncated
Open

Fix truncated change indicator on search submit button#26549
dennisoelkers wants to merge 6 commits into
masterfrom
fix/14690-search-button-change-indicator-truncated

Conversation

@dennisoelkers

@dennisoelkers dennisoelkers commented Jul 2, 2026

Copy link
Copy Markdown
Member

Description

The dirty-state change indicator on the search submit button was being clipped because the button clips its overflow. This adds an opt-in showOverflow prop to the Button component (applying overflow: visible to the button and its .mantine-Button-label) and enables it on the search submit button so the indicator renders fully.

Motivation and Context

Fixes a regression introduced in #26424. The change indicator dot shown when the search query is dirty was truncated by the button's overflow clipping.

Fixes Graylog2/graylog-plugin-enterprise#14690

How Has This Been Tested?

Manually verified on the search page that the change indicator on the submit button is no longer truncated when the query is dirty.

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Refactoring (non-breaking change)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have requested a documentation update.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.

/nocl Fixing unreleased regression

dennisoelkers and others added 3 commits July 2, 2026 08:04
The dirty-state change indicator on the search submit button was being
clipped by the button's overflow. Add a `showOverflow` prop to `Button`
and enable it for the search submit button so the indicator renders fully.

Fixes Graylog2/graylog-plugin-enterprise#14690

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@dennisoelkers dennisoelkers force-pushed the fix/14690-search-button-change-indicator-truncated branch from 7d60569 to a3d99cb Compare July 3, 2026 06:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant