Reactstrap: ButtonDropdown missing DropdownMenu on toggle

Created on 14 Aug 2017  路  3Comments  路  Source: reactstrap/reactstrap

If I click the Button to show my DropdownButton Menu I do not see anything.
In the inspector tools it seems everythign allright. Im looking in electron in the Elements and in the react tab, it seems that i is updating all states propperly, but as soon as isOpen is true, it does not shwo my DropdownMenu.

  • version #4.8.0
  • components: ButtonDropdown

I used the example on reactstrap for ButtonDropdown but i changed few thing:

I pass the toggle state from my main component and give it the current toggle state reversed as soon as i click the button. The values are passed around perfectly, but i dont see my dropdownMenu.

EDIT: As far I can tell now, the display: propperty is not set correctly. If i manuel edit it, i can see my Dropdown menu.

EDIT2: So I see the error. If I click the Button it does not change the display of my dropdown div block. I dont know why it is like this. Maybe i did something wrong....I included Bootstrap 4 Beta and imported it correctly. My classNames are working perfectly so I think that isnt the problem. could the Problem be that I installed the beta version and not the alpha one?

Most helpful comment

The version of bootstrap released 3 days ago has tons of breaking changes and is not yet supported. reactstrap needs more time to coordinate all of the changes needed to update to bootstrap v4 beta. For now, use bootstrap v4.0.0-alpha.6

See #487

All 3 comments

The version of bootstrap released 3 days ago has tons of breaking changes and is not yet supported. reactstrap needs more time to coordinate all of the changes needed to update to bootstrap v4 beta. For now, use bootstrap v4.0.0-alpha.6

See #487

beacuse of bootstrap's update.I checked the navbar need add class like 'navbar-expand-lg', and the secondary button was changed!

Closing this in favor of tracking in #487. This has been added to the list as "dropdowns use show" as it affects all dropdowns and the class has changed from open to show

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ridhwaans picture ridhwaans  路  3Comments

nitingupta910 picture nitingupta910  路  3Comments

rlambrecht picture rlambrecht  路  3Comments

gregmacbean picture gregmacbean  路  3Comments

agos picture agos  路  3Comments