mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
* feat(components): [dialog] added dialog header aria-level attribute To pass accessibility tests elements with role="heading" require aria-level * feat(components): [drawer] added drawer header aria-level attribute To pass accessibility tests elements with role="heading" require aria-level * fix(components): [input-number] prevent aria-valuenow from being null To pass accessibility tests aria-valuenow cannot be null * fix(components): [input-number] fix number input when 0 and update test Fixes a bug where number input's aria-valuenow will be set to '' when input's value is 0. Also updates a failing test * refactor(components): [dialog] change default aria-level to 2 * docs(components): dialog and drawer header aria-level docs update * docs(components): change headerAriaLevel type to string * docs(components): kebab-case for docs