Element: [Bug Report] Blur event does not work

Created on 6 Jun 2017  路  3Comments  路  Source: ElemeFE/element

Element UI version

1.3.5

OS/Browsers version

macOS

Vue version

2.3.3

Reproduction Link

https://jsfiddle.net/nhg0uqy4/

Steps to reproduce

Click on the input it is working
Click on the el-input it is not working

What is Expected?

blur function should be triggered

What is actually happening?

blur is not triggered

Most helpful comment

Just found out blur.native.capture works for el-autocomplete, thanks!

All 3 comments

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!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

fscardua picture fscardua  路  3Comments

gengxuelei picture gengxuelei  路  3Comments

yubo111 picture yubo111  路  3Comments

zhguokai picture zhguokai  路  3Comments

FranzSkuffka picture FranzSkuffka  路  3Comments