Skip to main content
16-Pearl
October 25, 2018
Solved

Navigate Search Bar Focus

  • October 25, 2018
  • 2 replies
  • 5144 views

When using any app (Example: View Drawing) when launched, the system takes you to the search page. How do I get the cursor to automatically be in the search bar. I want users to be able to start typing right away when they see the search bar, no need to click in it before typing.  Not a coder, but I believe this is something to do with autofocus?

Best answer by barko

I brought this question to R&D, and learned that the current behavior is hard-coded, and there is no configuration parameter or other attribute that will allow you to change where the focus goes when the page is opened.

2 replies

20-Turquoise
October 25, 2018

You could try looking into Custom CSS applied to that mashup, defining the focus

https://www.w3schools.com/cssref/sel_focus.asp

GregOlson16-PearlAuthor
16-Pearl
October 25, 2018

In composer...what is the name of the search page?

20-Turquoise
October 25, 2018

You would not be able to change the CSS styling of the Composer while keeping the support. 

barko16-PearlAnswer
16-Pearl
November 7, 2018

I brought this question to R&D, and learned that the current behavior is hard-coded, and there is no configuration parameter or other attribute that will allow you to change where the focus goes when the page is opened.