AT-UI / at-ui

A fresh and flat UI-Kit specially for desktop application, made with ♥ by Vue.js 2.0 (DEPRECATED)
https://at.aotu.io
MIT License
2.34k stars 230 forks source link

keyup event does not work with at-input #32

Closed Simplici closed 6 years ago

Simplici commented 7 years ago

I have following code, a standard input and an at-input:

`

` the keyup event is fired on the standard input, but not on the at-input.
yoyo837 commented 6 years ago

@Simplici You should use native. This may not be an issue.

dborstelmann commented 6 years ago

@yoyo837 @Simplici Native solved this for me, we can probably close this.

Simplici commented 6 years ago

what do you mean native?

yoyo837 commented 6 years ago

@Simplici

@click.native="eventFn"

Simplici commented 6 years ago

@yoyo837 thanks very much, i have not noticed that when reading the doc.

@dborstelmann yes, i think we may close this.

koppthe commented 6 years ago

try @keyup.enter.native