Solved

Moving cursor on field change

  • 2 April 2018
  • 3 replies
  • 40 views

Badge +6

Dear all,

 

I have 2 text field, text field A and text field B.

 

Text field A max length 10 chaaracter.

 

Whenever text field A contain up to 10 character, i want the cursor move to text field b automatically.

 

Is there any method can achieve this without using javascript?

 

Currently i using a rule when text field A contain up to 10 character, focus on text field B. However, it will focus only when i click on somewhere on the form.

 

Thank you.

icon

Best answer by foo_yk 6 April 2018, 11:40

View original

3 replies

Hello,


 


There is not a rule currently to move the cursor around. We can change the Focus to the control we want, but there is not a way to move the mouse cursor.


 


I recommend logging this function on Ideas.K2.com to have the feature added to the product. 

Badge +6

Using javascript to perform the cursor moving. Execute a rule when the field changed solved it.

 

Thank you.

Dear foo_yk,

 

Can you share how to solution javascript? 

 

Thank you,

Gs

Reply