Skip to content

DS storybook - add select story#5783

Merged
britt6612 merged 5 commits intomasterfrom
add-select-story
Feb 19, 2026
Merged

DS storybook - add select story#5783
britt6612 merged 5 commits intomasterfrom
add-select-story

Conversation

@britt6612
Copy link
Collaborator

Deploy Preview

What does this PR do?

adds select story

What are the relevant issues?

related to #5710

Where should the reviewer start?

How should this be manually tested?

Any background context you want to provide?

Screenshots (if appropriate)

Should this PR be mentioned in Design System updates?

Is this change backwards compatible or is it a breaking change?

@britt6612 britt6612 requested a review from jcfilben February 6, 2026 19:46
@netlify
Copy link

netlify bot commented Feb 6, 2026

Deploy Preview for hpe-theme-preview ready!

Name Link
🔨 Latest commit 6ff09bb
🔍 Latest deploy log https://app.netlify.com/projects/hpe-theme-preview/deploys/698e9ad92777000008f93220
😎 Deploy Preview https://deploy-preview-5783--hpe-theme-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@changeset-bot
Copy link

changeset-bot bot commented Feb 6, 2026

⚠️ No Changeset found

Latest commit: 6ff09bb

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@netlify
Copy link

netlify bot commented Feb 6, 2026

Deploy Preview for unrivaled-bublanina-3a9bae ready!

Name Link
🔨 Latest commit 6ff09bb
🔍 Latest deploy log https://app.netlify.com/projects/unrivaled-bublanina-3a9bae/deploys/698e9ad9799f830008a04071
😎 Deploy Preview https://deploy-preview-5783--unrivaled-bublanina-3a9bae.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link

netlify bot commented Feb 6, 2026

Deploy Preview for hpe-design-icons-grommet ready!

Name Link
🔨 Latest commit 6ff09bb
🔍 Latest deploy log https://app.netlify.com/projects/hpe-design-icons-grommet/deploys/698e9ad91a9ce90008561d59
😎 Deploy Preview https://deploy-preview-5783--hpe-design-icons-grommet.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@britt6612 britt6612 changed the title add select story DS storybook - add select story Feb 6, 2026
clear: {
control: { type: 'boolean' },
},
defaultValue: {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When I try to enter a value here not getting any change in the example. Tested passing "small" here.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

okay let me look

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I took out it wasnt coming through correct

control: { type: 'text' },
},
disabled: disabledArg,
name: {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Feel like we don't need to include the name prop since it doesn't demo well in storybook

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

took out

@britt6612 britt6612 requested a review from jcfilben February 10, 2026 22:12
control: { type: 'object' },
},
placeholder: placeholderArg,
size: textSizesArg,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wondering if we want people to be adjusting the size of the select or not.

@grommet/design is it okay for people within hpe to change the size of a select component?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed

@britt6612 britt6612 requested a review from jcfilben February 13, 2026 03:30
@britt6612 britt6612 merged commit 4e6099c into master Feb 19, 2026
16 of 21 checks passed
@jcfilben jcfilben deleted the add-select-story branch February 19, 2026 16:47
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.

3 participants