-
Notifications
You must be signed in to change notification settings - Fork 159
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
feat(pagination): update story to Storybook v7 #11401
feat(pagination): update story to Storybook v7 #11401
Conversation
Deploy preview created for package Built with commit: 2a30bd2d80fb84db6ded6d089941420c6e01f506 |
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.
Hey @m4olivei , this is looking good, just found a few issues in the controls for Playground:
backwardText
does not update the tooltip for that icon button (butforwardText
works fine)
- The
pageInputDisabled
attribute does not seem to be working like the react version.
Nice catches @RichKummer ! Turns out those are issues on the |
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.
Awesome, looks great @m4olivei ! Thanks for jumping on the change 🔥
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!
7a3a48f
into
carbon-design-system:feat/cwc-storybook-7-vite
Deploy preview created for package Built with commit: 2a30bd2d80fb84db6ded6d089941420c6e01f506 |
…11401) * chore(pagination): update pagination stories to sb v7 * fix(pagination): fix backward-text control * fix(pagination): specify page-input-disabled property as boolean --------- Co-authored-by: kennylam <[email protected]>
Related Ticket(s)
Closes #11334
Description
Adjustments to pagination component stories to be compatible with Storybook v7.
Changelog
Changed
page-input-disabled
attribute ofcds-pagination
as boolean