Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

keyup event does not work with at-input #32

Closed
Simplici opened this issue Sep 11, 2017 · 6 comments
Closed

keyup event does not work with at-input #32

Simplici opened this issue Sep 11, 2017 · 6 comments
Labels

Comments

@Simplici
Copy link

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

<input v-on:keyup.enter="login"></input> <at-input v-model="topic" placeholder="topic of talk" size="large" v-on:keyup.enter="login"> <template slot="prepend"> <span>{{ topicPrepend }}</span> </template> <at-input>

the keyup event is fired on the standard input, but not on the at-input.

@koppthe koppthe added the bug label Sep 12, 2017
@yoyo837
Copy link
Contributor

yoyo837 commented Oct 11, 2017

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

@dborstelmann
Copy link

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

@Simplici
Copy link
Author

what do you mean native?

@yoyo837
Copy link
Contributor

yoyo837 commented Oct 31, 2017

@Simplici

@click.native="eventFn"

@Simplici
Copy link
Author

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

@dborstelmann
yes, i think we may close this.

@koppthe
Copy link
Member

koppthe commented Nov 1, 2017

try @keyup.enter.native

@koppthe koppthe closed this as completed Nov 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants