Questions tagged [autofocus]

456 questions
-1
votes
2 answers

Angular autofocus on element when visible

I was asked to update on a frontend application with Angular 8 to set autofocus on a particular element. Basically, this app would prompt user to enter a question and the app would display some result text which needs to be focused. I have searched…
J.TrLu
  • 65
  • 1
  • 12
-1
votes
1 answer

How to set autofocus in React?

I am trying to set the focus on my React page but it doesn't work because the component updates which I think overrides the componentDidUpdate. is there another way to do this? this is the code I normally use to focus…
paulza3335
  • 13
  • 1
  • 6
-1
votes
1 answer

Implementing Auto Focus in Camera App

I am developing camera App ,i want to implement the Autofocus option in my app,i have searched in internet but i cant found any tutorial for that autofocus, can anybody tell how to implement the autofocus or please share the tutorial link .I am…
-1
votes
1 answer

Angularjs - Focus Management

For an application which is close to be developed completely, requirement is to make focus management. The popup opened should focus on the first HTML element On successful login, the focus should point to navigation links. On every route or page…
GOK
  • 2,338
  • 6
  • 34
  • 63
-1
votes
1 answer

Override autofocus attribute with Javascript/JQuery

If I have two input fields, one with the autofocus attribute and one without, how do I focus on the one without the autofocus attribute on document load? For instance: