Skip to content

fix(search): add clear controls to table search inputs#905

Open
RenzoMXD wants to merge 2 commits intoentrius:testfrom
RenzoMXD:fix-input-box-remove-buton
Open

fix(search): add clear controls to table search inputs#905
RenzoMXD wants to merge 2 commits intoentrius:testfrom
RenzoMXD:fix-input-box-remove-buton

Conversation

@RenzoMXD
Copy link
Copy Markdown
Contributor

@RenzoMXD RenzoMXD commented Apr 30, 2026

Summary

Fixes inconsistent search input behavior by adding clear X controls to table-level search inputs that previously required manual text deletion.

The global search already had a clear button, but several local/table search boxes did not. This PR brings those table search inputs in line with the existing global search behavior and centralizes the clear-button UI in a shared ClearSearchAdornment component.

Related Issues

Fixes #904

Type of Change

  • Bug fix
  • New feature
  • Refactor
  • Documentation
  • Other (describe below)

Screenshots

Before:
closing_issue

After:
closing_button

Checklist

  • New components are modularized/separated where sensible
  • Uses predefined theme (e.g. no hardcoded colors)
  • Responsive/mobile checked
  • Tested against the test API
  • npm run format and npm run lint:fix have been run
  • npm run build passes
  • Screenshots included for any UI/visual changes

@andriypolanski
Copy link
Copy Markdown
Contributor

Hi, @RenzoMXD

I have already opened pr you mentioned in this. so please review again.

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.

[BUG] Table search inputs are inconsistent with global search clear-button behavior

2 participants