-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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: ensure CreateButton respects disabled prop in UI packages #6515
base: releases/december-2024
Are you sure you want to change the base?
fix: ensure CreateButton respects disabled prop in UI packages #6515
Conversation
🦋 Changeset detectedLatest commit: c7f570d The changes in this PR will be included in the next version bump. This PR includes changesets to release 4 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Hello @OmkarBansod02, thanks for the improving Refine! the PR needs a changeset to release packages. https://refine.dev/docs/guides-concepts/contributing/#creating-a-changeset |
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.
we need tests for these changes
test files for buttons here: https://github.com/refinedev/refine/tree/master/packages/ui-tests/src/tests/buttons
…/OmkarBansod02/refine into fix-create-button-disabled-issue
…/OmkarBansod02/refine into fix-create-button-disabled-issue
Hello @OmkarBansod02, Thanks for improving Refine, we will release this PR in the first week of December! |
PR Checklist
Please check if your PR fulfills the following requirements:
Bugs / Features
What is the current behavior?
Create Button onClick still works when disabled prop is applied
What is the new behavior?
Create Button respects disabled prop in UI packages.
fixes #6513
Notes for reviewers