1.3.5
macOS
2.3.3
https://jsfiddle.net/nhg0uqy4/
Click on the input
it is working
Click on the el-input
it is not working
blur
function should be triggered
blur
is not triggered
Use blur
directly. We have exposed the native blur event to you: https://jsfiddle.net/nhg0uqy4/1/
@Leopoldthecoder how do I capture the blur event from the input
inside a autocomplete
?
i've tried both blur
and blur.native
but without success.
Just found out blur.native.capture
works for el-autocomplete, thanks!
Most helpful comment
Just found out
blur.native.capture
works for el-autocomplete, thanks!