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 96,987 public repositories matching this topic...

tkvw
tkvw commented Mar 22, 2018

Example app: https://pp0o4x40p0.codesandbox.io/#/posts/13

I just copied the last tab a couple of times and you'll see a scrollbar at the bottom.
What I expected: that the Tabs component would be scrollable and the application not to crash.
I think this is because the Tabs parent width is implicit instead of explicit.
![2018-03-22_09-51-42](https://user-images.githubusercontent.com/621098

blitz
beerose
beerose commented Nov 1, 2021

What do you want and why?

If a user has a react-final-form with a JS Set (or Map) in the initial values, the form resets on some activities, e.g. switching to another tab.

Possible implementation(s)

This can be fixed by using the initialValuesEqual prop:

import deepEqual from "fast-deep-equal"

    <FinalForm
      initialValues={initialValues}
      initialValues
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
ToolJet
stepinfwd
stepinfwd commented Mar 18, 2022

What is the expected behaviour?

App version text to be center aligned

What is the current behaviour?

App version text is not center aligned

How to reproduce the issue?

1.Open a app.
2.Observer App version text in top right , version manager

Screenshots or Screencast

<img width="1439" alt="original" src="https://user-images.githubusercontent.com/31006028/158946

signoz
pranay01
pranay01 commented Mar 7, 2022

Bug description

Header in Top Endpoint section overflows in browser with reduced width

Expected behavior

Header shouldn't overflow

How to reproduce

  1. Go to SigNoz dashboard metrics page with reduced browser window width
  2. Open any application
  3. Top Endpoint panel header appears overflowing

Version information

  • Signoz version: v0.7.1
  • *Browser version

Created by Jordan Walke

Released March 2013

Latest release 12 months ago

Repository
facebook/react
Website
reactjs.org
Wikipedia
Wikipedia

Related Topics

angular react-native vue