Skip to content
#

reactjs

react logo

React (also known as React.js or ReactJS) is a JavaScript library that makes developing interactive user interfaces simple.

Here are 76,825 public repositories matching this topic...

jdemangeon
jdemangeon commented Sep 16, 2021

Hi!

On the application I currently working on, I would like to redirect my user to /#/reports/X/details instead of /#/reports/X or /#/reports/X/show when I click on one of the SimpleList line.

However, whereas the SimpleList allows to provide a custom function in linkType, and as it's name suggests, it only allow the user to return a "link type" (show or edit) as returning value.

spectrum
nickcolley
nickcolley commented Nov 21, 2018

Issue Type (check one)

  • Bug Report

Description (type any text below) -->

When tabbing through the Spectrum interface it's difficult to know what you're interacting with since the outlines for tabbable elements have been removed.

If you force outlines back on you can see what is being tabbed.

*:focus {
    outline: 3px solid orange !important;
    outline-offse
blitz

Created by Jordan Walke

Released March 2013

Latest release 6 months ago

Repository
facebook/react
Website
reactjs.org
Wikipedia
Wikipedia

Related Topics

angular react-native vue