Hi.
How can I focus on an InputText after executing a method ... try the instruction below but it doesn't work
this. $ refs.email.focus ();
Thank you.
InputText focus
-
- Prime
- Posts: 18474
- Joined: 05 Jan 2009, 00:21
- Location: Cybertron
- Contact:
Please try;
Code: Select all
this.$refs.email.$el.focus();
-
- Information
-
Who is online
Users browsing this forum: No registered users and 0 guests