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

fix: ensure CreateButton respects disabled prop in UI packages #6515

Open
wants to merge 7 commits into
base: releases/december-2024
Choose a base branch
from

Conversation

OmkarBansod02
Copy link

@OmkarBansod02 OmkarBansod02 commented Nov 21, 2024

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

@OmkarBansod02 OmkarBansod02 requested a review from a team as a code owner November 21, 2024 20:06
Copy link

changeset-bot bot commented Nov 21, 2024

🦋 Changeset detected

Latest commit: c7f570d

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 4 packages
Name Type
@refinedev/chakra-ui Minor
@refinedev/mantine Minor
@refinedev/antd Minor
@refinedev/mui Minor

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

@alicanerdurmaz
Copy link
Member

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

Copy link
Member

@alicanerdurmaz alicanerdurmaz left a 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

@alicanerdurmaz
Copy link
Member

alicanerdurmaz commented Nov 25, 2024

Hello @OmkarBansod02, Thanks for improving Refine, we will release this PR in the first week of December!

@alicanerdurmaz alicanerdurmaz changed the base branch from master to releases/december-2024 November 25, 2024 07:52
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.

[BUG] Create Button @refinedev/mui onClick still works when disabled prop is applied
4 participants