mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
* fix(components): resolve space key conflict and improve accessibility - Replace native `<button>` with `<div role="button">` in collapse header - Refactor keyboard event handling for Enter/Space triggers - Add event propagation control for nested input elements - Implement ARIA-compliant focus management - Prevent unintended collapse toggling during input interactions closed #20520 * fix: update based on review comments * fix: update base on review comments