-
Notifications
You must be signed in to change notification settings - Fork 380
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
fix: FluentOverflow does not fit to container when ChildContent is modified #2225
Comments
Currently, the The script does already have an exported resize/refresh function . What we could do is add a public method Your code would then change to this:
Thoughts? |
* - Rename functions in js to be in line with rest of scripts -Add public RefreshAsync method to call refresf function in script (#2225) -Prep work for adding new VisibleOnLoad parameter (#2221) * - Clear out IssueTester - Add VisiblieOnLoad parameter - Add compensation for overflow badge itself in js
Fixed with #2236 |
🐛 Bug Report
When using FluentOverflow with FluentBadge and modifying badge values, the FluentOverflow component does not update it's width.
💻 Repro or Code Sample
🤔 Expected Behavior
FluentOverflow fits the button width when badge content is updated.
😯 Current Behavior
The text was updated successfully, but these errors were encountered: