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 flag for undo a null check which cause weird behavior (combobox) #635

Merged
merged 4 commits into from
Apr 17, 2022

Conversation

hadasfa
Copy link
Contributor

@hadasfa hadasfa commented Apr 13, 2022

Basic

  • Used plop (npm run plop) to create a new component.
  • PR has description.
  • New component is functional and uses Hooks.
  • Component defines PropTypes.

Style

  • Styles are added to NewComponent.modules.scss file inside of the NewComponent folder.
  • Component uses CSS Modules.
  • Design is compatible with Monday Design System.

Storybook

  • Stories were added to /src/NewComponent/__stories__/NewComponent.stories.js file.
  • Stories include all flows of using the component.

Tests

@@ -12,7 +12,7 @@ exports[`BreadcrumbsItem renders correctly when disabled item 1`] = `
<span
aria-disabled="true"
className="breadcrumb-content disabled"
tabIndex="0"
tabIndex="-1"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

not related

Copy link
Contributor Author

Choose a reason for hiding this comment

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

just for fix snapshot tests

@hadasfa hadasfa merged commit 51a93a3 into master Apr 17, 2022
@hadasfa hadasfa deleted the temp/hadas/scroll-into-view-bug branch April 17, 2022 13:42
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.

2 participants