-
Notifications
You must be signed in to change notification settings - Fork 77
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
Split button width
appears to size relative to content instead of container
#7692
Comments
Spike to determine the working instance with |
Spike efforts might have similar groupings/relationships to #5903. Consider tackling as a research effort in coordination. |
After digging a bit, it looks like |
@geospatialem Sidebar, it looks like the brand new spike action isn't clearing all labels prior to assigning |
Ah, yes, this looks like its because it was set to |
…bel (#8136) **Related Issue:** n/a ## Summary Tries to remove the `2 - in development` lifecycle label, if present on the issue when completing a spike to properly clear all the labels. cc: @jcfranco Refer to #7692 (comment) and #7692 (comment) for additional context.
**Related Issue:** #7692 ## Summary This fixes an issue where styles related to `width` were being applied internally and had no impact on the component.
Installed and assigned for verification. |
…bel (#8136) **Related Issue:** n/a ## Summary Tries to remove the `2 - in development` lifecycle label, if present on the issue when completing a spike to properly clear all the labels. cc: @jcfranco Refer to #7692 (comment) and #7692 (comment) for additional context.
**Related Issue:** #7692 ## Summary This fixes an issue where styles related to `width` were being applied internally and had no impact on the component.
Verified in |
Check existing issues
Actual Behavior
Given a split button with a width of
full
, the button does not grow to fill the width of its container:Additionally, a width of
half
appears to size the button to half the width of its content, truncating its text content.Expected Behavior
Given a split button with a width of
full
, the button grows to fill the width of its container:A width of
half
should size the button to half the width of its container.Reproduction Sample
https://developers.arcgis.com/calcite-design-system/components/split-button/
Reproduction Steps
width
attribute tofull
orhalf
in the Sample area.width
attribute.Reproduction Version
1.7.0
Relevant Info
No response
Regression?
No response
Priority impact
p4 - not time sensitive
Impact
No response
Calcite package
Esri team
ArcGIS Field Apps
The text was updated successfully, but these errors were encountered: