docs(combo): add Blazing Story for IgbCombo with multiple scenarios - #330
Open
dkamburov wants to merge 3 commits into
Open
docs(combo): add Blazing Story for IgbCombo with multiple scenarios#330dkamburov wants to merge 3 commits into
dkamburov wants to merge 3 commits into
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new Blazing Storybook story file for IgbCombo, providing several usage scenarios to help consumers understand and validate common configurations of the combo component in the Ignite UI for Blazor story catalog.
Changes:
- Introduces
Combo.stories.razorwith multipleIgbCombostories (default, single-select, grouped, preselected, disabled, numeric value keys). - Adds in-file sample datasets and preselected values to support the stories.
- Defines simple record types to model the sample data used by the stories.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This pull request adds a comprehensive set of Storybook stories for the
IgbCombocomponent, covering a variety of usage scenarios and configurations. These stories demonstrate how to use the combo box with different props, selection modes, grouping, preselected values, disabled state, and numeric value keys. The stories also include example datasets and preselected values for demonstration purposes.New Storybook stories for
IgbCombo:IgbCombofeatures and configurations._cities,_citiesWithNumericIds) and preselected values (_selectedCities,_selectedCityIds) to support the stories.CityandCityNumIdsfor structured data representation in the stories.Motivation / Context
Type of Change (check all that apply):
Component(s) / Area(s) Affected:
How Has This Been Tested?
Test Configuration:
Screenshots / Recordings
Checklist:
README.MDCHANGELOG.MDupdates for newly added functionalityCloses #