mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
* feat(components): [dropdown] add triggerKeys attribute Add a triggerKeys property to the dropdown to allow users to customize the triggerKeys, thereby addressing interaction issues when el-input is used as the trigger element. closed #19102 * Update docs/en-US/component/dropdown.md Co-authored-by: btea <2356281422@qq.com> * fix: rename triggerKeys to dropdownTriggerKeys * Update docs/en-US/component/dropdown.md Co-authored-by: qiang <qw13131wang@gmail.com> * Update packages/components/dropdown/src/dropdown.ts Co-authored-by: qiang <qw13131wang@gmail.com> * fix: remove redundant logic --------- Co-authored-by: btea <2356281422@qq.com> Co-authored-by: qiang <qw13131wang@gmail.com>