issues Search Results · repo:tannerlinsley/react-show language:JavaScript
Filter by
9 results
(57 ms)9 results
intannerlinsley/react-show (press backspace or delete to remove)bug is @ line 136 of below: https://codesandbox.io/s/2v66j7pm8y
margin-left: show ? 200px : 0 ,
should be:
marginLeft: show ? 200px : 0 ,
or
margin-left : show ? 200px : 0 ,
markclynch
- Opened on Dec 23, 2019
- #20
When expanding or collapsing elements which contain inputs, it s a common accessibility pattern to focus the first
focusable element. However, when I set the state to show, even when using the setState ...
chrisjpatty
- 1
- Opened on Oct 30, 2019
- #15
Hey,
I was wondering about the new 3.0 version. I ve seen no docs on upgrading, am I missing something?
Thanks!
adrienharnay
- 2
- Opened on Jul 25, 2018
- #13
Version
v3.0.2
Error
Error: ReactShow: No styles were resolved for the enter prop!
Usage
Show
show={this.state.open}
duration={200}
styleHide={{ opacity: 0, height: 0 }}
styleShow={{ ...
jsonmaur
- 1
- Opened on Jun 11, 2018
- #12
Hey,
Here s a demo: https://codesandbox.io/s/0vr08vv8wl
I m trying to create some kind of horizontal accordion component which renders an array of items, of which only one can
be active. An inactive ...
brumm
- 1
- Opened on Dec 18, 2017
- #9
React Show is a very nice react-component. Inspired by this pkg, I try my best to write a Vue version - Vue Show.
H2rmone
- 1
- Opened on Dec 11, 2017
- #6
I m facing this warning when using ReactShow:
Warning: Unknown prop maxHeight on div tag. Remove this prop from the element. For details, see
https://fb.me/react-unknown-prop in div (created by ReactShow) ...
baoduy
- 1
- Opened on Dec 5, 2017
- #3
I ran into an issue when trying to render several nested ReactShow elements. You can see an example here:
https://codesandbox.io/s/jz12vw1969
As the title says, the issue appears when you show the second ...
ajur58
- 5
- Opened on Dec 3, 2017
- #2

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.