Element UI version
2.13.0
OS/Browsers version
window10/ chrome77.0.3865.120
Vue version
2.5.20
Reproduction Link
https://codepen.io/tanglinhai/pen/MWYvmyv?editors=1111
Steps to reproduce
1、Enter the character a in the input box, and then select several drop-down values in the drop-down options
2、Then position the cursor at the end of the input box, and use backspace to delete a selected tag.
3、Finally, check the console. The usertagdel event is not executed in the console, so several console.logs in the usertagdel are not executed either.
What is Expected?
1、Just like clicking the delete button above the tag, deleting the tag through the backspace key should also call back the remove tag event.
What is actually happening?
deleting the tag through the backspace key the remove tag event is not call back .
4条答案
按热度按时间8xiog9wr1#
As a complement, the select box allows to unselect by clicking on the labels in the dropdown.
But this action does not trigger the remove-tag either.
oxf4rvwz2#
Thank you for your reply. This problem you raised has also been fixed!…
------------------ 原始邮件 ------------------ 发件人: "ped59430"<notifications@github.com>; 发送时间: 2020年1月7日(星期二) 凌晨1:56 收件人: "ElemeFE/element"<element@noreply.github.com>; 抄送: "汤林海"<316084714@qq.com>;"Author"<author@noreply.github.com>; 主题: Re: [ElemeFE/element] [Bug Report] while remove mutile remote selected options of el-select component by backspace, remove-tag event is not trigger (#18548) As a complement, the select box allows to unselect by clicking on the labels in the dropdown. But this action does not trigger the remove-tag either. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
swvgeqrz3#
Oh, great ! I was currently on a work around with
@change
. Thanks!Do you know if a merge is planned soon?
wooyq4lh4#
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.