Giter VIP home page Giter VIP logo

Comments (4)

predikament avatar predikament commented on August 22, 2024 2

HI @asgvard, there is a way to in the starting of the app it automatically setFocus to the first focusable element?

Hello @wilsonneto-dev,

If you call setFocus when your parent component has been mounted, the first focusable child will gain focus, e.g.:

componentDidMount() {
  // this.props.setFocus(); // If you need to focus first child automatically
  this.props.setFocus('MENU-6'); // If you need to focus specific item that you know focus key of
}

As per the documentation. Hope that answers your question.

from react-spatial-navigation.

asgvard avatar asgvard commented on August 22, 2024 1

Hi,

Yes, we have been thinking on some solutions for this as sometimes we also encounter this problem. However it is not always easy because sometimes the focus is not really "lost", it is just moving to some wrappers like the page level, or even Root level of a spatial navigation tree. So visually it is lost, but technically there is some focusKey active.
But we will consider some focus restoration logic in the next release. For now you have to make sure there is always some to be manually focused with "setFocus" when the page mounts, or any popup appears etc.

from react-spatial-navigation.

wilsonneto-dev avatar wilsonneto-dev commented on August 22, 2024 1

Great, thanks so much!

from react-spatial-navigation.

wilsonneto-dev avatar wilsonneto-dev commented on August 22, 2024

HI @asgvard, there is a way to in the starting of the app it automatically setFocus to the first focusable element?

from react-spatial-navigation.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.