-
Notifications
You must be signed in to change notification settings - Fork 1
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
Fix(web-react): HeaderDialog demo missed closeOnBackdropClick prop #DS-1075 #1169
Conversation
✅ Deploy Preview for spirit-design-system-storybook ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for spirit-design-system-react ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for spirit-design-system-validations canceled.
|
✅ Deploy Preview for spirit-design-system-demo canceled.
|
packages/web-react/src/components/Header/demo/HeaderInvertedWithActions.tsx
Outdated
Show resolved
Hide resolved
packages/web-react/src/components/Header/demo/HeaderInvertedWithActionsAndDialog.tsx
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and it doesn't work for me :( https://deploy-preview-1169--spirit-design-system-react.netlify.app/src/components/header/
bbd969f
to
a9f7a23
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
- Dialog component now have default value `true` on closeOnBackdropClick solve #DS-1075
21e231d
to
0361182
Compare
Description
closeOnBackdropClick
to true on<Dialog />
component.closeOnBackdropClick
from<Modal />
(will be default from Dialog)Additional context
Issue reference
HeaderDialog v React se nezavírá při backdrop click