kafbat/kafka-ui

Unable to remove the custom parameter rows after pressing 'x' for topic creation page

已关闭

#1,673 创建于 2026年2月7日

 (1 条评论) (0 个反应) (0 位负责人)TypeScript (363 个派生)auto 404
area/uxgood first issuescope/frontendstatus/triage/completedtype/bug

仓库指标

星标
 (2,554 个星标)
PR 合并指标
 (平均合并 4天 21小时) (30 天内合并 5 个 PR)

描述

Issue submitter TODO list

  • I've looked up my issue in FAQ
  • I've searched for an already existing issues here
  • I've tried running main-labeled docker image and the issue still persists there
  • I'm running a supported version of the application which is listed here

Describe the bug (actual behavior)

The custom parameter input fields are not removed from the UI after clicking the 'x' icon.

Expected behavior

The expected behavior is that upon clicking the 'x' icon, the corresponding 'custom parameter' input field and its contents should be remvoed from the user interface.

Your installation details

Ran the below docker command: docker run -it -p 8080:8080 -e DYNAMIC_CONFIG_ENABLED=true ghcr.io/kafbat/kafka-ui

Steps to reproduce

1.Go to the page for creating topics 2.Then click the button to add custom parameters. 3.Then try to remove the the custom input parameter boxes by clicking on 'x' button.

Screenshots

Logs

No response

Additional context

No response

贡献者指南