Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DropDown Menu in Dialog not fully Displayed #1311

Closed
KaiHufenbach opened this issue Aug 1, 2015 · 12 comments
Closed

DropDown Menu in Dialog not fully Displayed #1311

KaiHufenbach opened this issue Aug 1, 2015 · 12 comments
Labels
component: dialog This is the name of the generic UI component, not the React module! component: menu This is the name of the generic UI component, not the React module!

Comments

@KaiHufenbach
Copy link

Hi,

we have the following scenario:

let items = [{value:"1",text:"First Select"},{value:"5",text:"Selected"},{value:"7",text:"other Item"},{value:"8",text:"Cool Item"},{value:"9",text:"Bla"}];

<Dialog  ref="dialog" title="TestSelect">
          <div>"Bla bla bla bla"</div>
          <div><DropDownMenu menuItems={items} autoScrollBodyContent={true} displayMember="text" valueMember="value"}/></div>
</Dialog>

Which causes the following situtation: Not all dropDownItems are displayed:

image

Either should:

  • the Dialog grow dynamically as the Dropdown is opened

or:

  • the Dropdown should be renderred in the foreground.
@aeikenberry
Copy link

+1

Having this same issue. Is there a way to set a maxHeight on a DropDownMenu the way you can with normal menus?

@kindlejiang
Copy link

+1 set the dropmenu z-index is nouse

@kindlejiang
Copy link

can anybody help, thanks

@jaimewyant
Copy link

I have the same issue when using menus inside Cards.

@LyricL-Gitster
Copy link

+1

@ianp
Copy link

ianp commented Sep 4, 2015

Same here (inside cards).

I know that DropDownMenu is being rewritten (#1158), is this use case being considered as part of that effort?

@Xanatos38
Copy link

I have the same issue.

@jesconstantine
Copy link

+1

1 similar comment
@otroboe
Copy link

otroboe commented Nov 11, 2015

+1

@Jarema
Copy link

Jarema commented Nov 13, 2015

+1 Same thing happens when using dropdown menu as a table row action.

@RobTheBuilder2
Copy link

+1

@alitaheri
Copy link
Member

Fixed in #2150.

@zannager zannager added component: dialog This is the name of the generic UI component, not the React module! component: menu This is the name of the generic UI component, not the React module! labels Dec 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: dialog This is the name of the generic UI component, not the React module! component: menu This is the name of the generic UI component, not the React module!
Projects
None yet
Development

No branches or pull requests