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

Open
wants to merge 9 commits into
base: main
Choose a base branch
from
Open

Add ComboBox component #461

wants to merge 9 commits into from

Conversation

Lisa18289
Copy link
Contributor

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 27.91% 3834 / 13733
🔵 Statements 27.91% 3834 / 13733
🔵 Functions 31.9% 208 / 652
🔵 Branches 55.31% 442 / 799
File Coverage
File Stmts % Branch % Funcs % Lines Uncovered Lines
Changed Files
packages/components/vite.build.config.base.ts 0% 0% 0% 0% 1-6, 12-14, 16-28, 30, 32-111, 113-139
packages/components/src/components/ComboBox/ComboBox.tsx 0% 0% 0% 0% 1-2, 4-8, 10-15, 17-18, 28-33, 35-36, 38-42, 44, 46-50, 52-66, 68-71, 73-75, 77, 79, 81, 83-90, 92-100, 102-104, 106, 108-113, 115, 117
packages/components/src/components/ComboBox/index.ts 0% 0% 0% 0% 1, 4
packages/components/src/components/ComboBox/stories/Default.stories.tsx 0% 0% 0% 0% 1-7, 9-23, 25-26, 30, 32, 34-36, 38-51, 53, 55-67, 69, 71-84, 86
packages/components/src/components/Select/Select.tsx 0% 0% 0% 0% 1-2, 4, 6-11, 13-15, 17, 29-33, 35-36, 38-42, 44-48, 50-64, 66-69, 71-73, 75, 77, 79-86, 88-93, 95-98, 100-103, 105, 107
packages/components/src/components/Select/index.ts 0% 0% 0% 0% 1, 4
packages/components/src/components/Select/stories/Default.stories.tsx 0% 0% 0% 0% 1-7, 9-21, 23-24, 28, 30, 32-34, 36-47, 49, 51-61, 63, 65-76, 78
packages/components/src/components/Select/stories/EdgeCases.stories.tsx 0% 0% 0% 0% 1-6, 8-12, 16-25, 27
packages/components/src/components/propTypes/index.ts 100% 100% 100% 100%
packages/components/src/integrations/react-hook-form/components/Field/Field.tsx 0% 0% 0% 0% 1-2, 8, 10-12, 18-19, 21, 23-31, 33-46, 48-66, 68-71, 73-74, 76-77, 79, 81-83
packages/components/src/integrations/react-hook-form/components/Field/stories/Default.stories.tsx 0% 0% 0% 0% 1-26, 28, 30-33, 49-52, 54-61, 63, 65-72, 74-78, 80-84, 86-92, 94-99, 101-104, 106-108, 110-116, 118-122, 124-137, 139-145, 147-154, 156-158, 160-164, 166-170, 172-176, 178-182, 184-187, 189-193, 195-200, 202-206, 208-210, 214
Generated in workflow #1621 for commit 5447b61 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
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
1 participant