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

[core] feat(OverflowList): alwaysRenderOverflow prop #4648

Merged
merged 13 commits into from
Apr 19, 2021

Conversation

adidahiya
Copy link
Contributor

Fixes #4631

Supercedes #4632

Checklist

  • Includes tests
  • Update documentation

Changes proposed in this pull request:

Add alwaysRenderOverflow prop, which forces the overflow renderer to always be called if true.

This feature is useful in situations where, for example, the overflow dropdown popover is open and the list items change. In this case you may not want the popover to close.

Reviewers should focus on:

Should this be the default behavior of OverflowList (does it even need to be guarded behind a prop)?

Screenshot

TODO

@blueprint-bot
Copy link

fix compilation / lint

Previews: documentation | landing | table

@adidahiya
Copy link
Contributor Author

Going to leave it behind the prop for now for backcompat

@blueprint-bot
Copy link

code style, documentation tweaks

Previews: documentation | landing | table

@adidahiya adidahiya merged commit 4ff6cf1 into develop Apr 19, 2021
@adidahiya adidahiya deleted the ad/overflow-list-always-render-overflow branch April 19, 2021 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Overflow List always render overflow
2 participants