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

Add ComboBox component #461

Merged
merged 20 commits into from
Jan 27, 2025
Merged

Add ComboBox component #461

merged 20 commits into from
Jan 27, 2025

Conversation

Lisa18289
Copy link
Member

No description provided.

@Lisa18289 Lisa18289 self-assigned this May 22, 2024
@Lisa18289 Lisa18289 linked an issue May 22, 2024 that may be closed by this pull request
Copy link
Contributor

github-actions bot commented May 22, 2024

Coverage Report for ./packages/components/

Status Category Percentage Covered / Total
🔵 Lines 30.82% 4844 / 15712
🔵 Statements 30.82% 4844 / 15712
🔵 Functions 58.98% 453 / 768
🔵 Branches 75.76% 763 / 1007
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Changed Files
packages/components/vite.build.config.base.ts 0% 100% 100% 0% 2-147
packages/components/src/components/ComboBox/ComboBox.tsx 0% 100% 100% 0% 2-113
packages/components/src/components/ComboBox/index.ts 0% 0% 0% 0% 1-5
packages/components/src/components/ComboBox/stories/Default.stories.tsx 0% 100% 100% 0% 2-126
packages/components/src/components/Select/Select.tsx 93.5% 100% 0% 93.5% 37, 40, 69-71
packages/components/src/components/Select/index.ts 100% 100% 100% 100%
packages/components/src/components/Select/components/CountryOptions/CountryOptions.tsx 38.09% 100% 0% 38.09% 30, 44-71
packages/components/src/components/propTypes/index.ts 100% 100% 100% 100%
packages/components/src/integrations/react-hook-form/components/Field/stories/Default.stories.tsx 0% 100% 100% 0% 2-208
Generated in workflow #1997 for commit 83ad726 by the Vitest Coverage Report Action

@Lisa18289 Lisa18289 changed the title feat(Autocomplete): add Autocomplete component Add Autocomplete component Jun 5, 2024
…obox-component

# Conflicts:
#	packages/components/package.json
#	packages/components/src/components/propTypes/index.ts
#	packages/components/src/integrations/react-hook-form/components/Controller/stories/Default.stories.tsx
#	packages/components/vite.build.config.ts
@Lisa18289 Lisa18289 temporarily deployed to github-pages-preview-storybook June 5, 2024 06:34 — with GitHub Actions Inactive
@Lisa18289 Lisa18289 temporarily deployed to github-pages-preview June 5, 2024 06:34 — with GitHub Actions Inactive
@Lisa18289 Lisa18289 marked this pull request as draft June 5, 2024 12:42
…obox-component

# Conflicts:
#	packages/components/package.json
#	packages/components/src/components/Options/Options.tsx
#	packages/components/src/components/Select/Select.tsx
#	packages/components/src/components/propTypes/index.ts
#	packages/components/src/integrations/react-hook-form/components/Field/Field.tsx
#	packages/components/src/integrations/react-hook-form/components/Field/stories/Default.stories.tsx
#	packages/components/vite.build.config.ts
@Lisa18289 Lisa18289 temporarily deployed to github-pages-preview October 23, 2024 05:43 — with GitHub Actions Inactive
@Lisa18289 Lisa18289 temporarily deployed to github-pages-preview-storybook October 23, 2024 05:43 — with GitHub Actions Inactive
@Lisa18289 Lisa18289 marked this pull request as ready for review October 23, 2024 05:48
@Lisa18289 Lisa18289 temporarily deployed to github-pages-preview January 24, 2025 07:25 — with GitHub Actions Inactive
@Lisa18289 Lisa18289 temporarily deployed to github-pages-preview-storybook January 24, 2025 07:25 — with GitHub Actions Inactive
@Lisa18289 Lisa18289 temporarily deployed to github-pages-preview January 27, 2025 06:45 — with GitHub Actions Inactive
@Lisa18289 Lisa18289 temporarily deployed to github-pages-preview-storybook January 27, 2025 06:45 — with GitHub Actions Inactive
@Lisa18289 Lisa18289 temporarily deployed to github-pages-preview-storybook January 27, 2025 06:47 — with GitHub Actions Inactive
@Lisa18289 Lisa18289 temporarily deployed to github-pages-preview January 27, 2025 06:47 — with GitHub Actions Inactive
@Lisa18289 Lisa18289 temporarily deployed to github-pages-preview January 27, 2025 07:04 — with GitHub Actions Inactive
@Lisa18289 Lisa18289 temporarily deployed to github-pages-preview-storybook January 27, 2025 07:04 — with GitHub Actions Inactive
@Lisa18289 Lisa18289 merged commit bad2280 into main Jan 27, 2025
4 checks passed
@Lisa18289 Lisa18289 deleted the 315-combobox-component branch January 27, 2025 10:52
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.

ComboBox component
2 participants