Files
element-plus/packages/components/select
Raphael Bernhart 03e8be2657 fix(components): fix iOS select click event listening (#16393)
iOS Safari does not handle click events when a mouseenter event is registered and a DOM-change
happens in a child. We use a Vue custom event binding to only register the event on non-iOS devices.
The inputHovering state gets updated now on iOS-devices on click. This is needed as the mouseenter
event normally does this.

closed #5210
2024-06-21 07:34:43 +08:00
..
2022-03-08 14:03:32 +08:00