Is there a way to set/remove focus on a interface component?

Let's say I wanted to set the focus on a specific input field so the cursor is placed inside it without having to click into it, is that possible?

  Discussion posts and replies are publicly visible

Parents
  • Hi Jose - 

    If you mean set focus on interface load, then according to current functionality, the way to do this would be to make the desired field the highest/leftmost field on the form. 
    From there a user can hit the TAB key on the keyboard to move the cursor to the next field and SHIFT+TAB to move the cursor to the previous field.

    Do you have a use case in which a user doesn't start entering data in the first field?

    -Rob

Reply
  • Hi Jose - 

    If you mean set focus on interface load, then according to current functionality, the way to do this would be to make the desired field the highest/leftmost field on the form. 
    From there a user can hit the TAB key on the keyboard to move the cursor to the next field and SHIFT+TAB to move the cursor to the previous field.

    Do you have a use case in which a user doesn't start entering data in the first field?

    -Rob

Children