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 <ReferenceField sx> is ignored when link={false} #9373

Merged
merged 1 commit into from
Oct 20, 2023

Conversation

fzaninotto
Copy link
Member

@fzaninotto fzaninotto commented Oct 20, 2023

sx is ignored in the following snippet:

        <ReferenceField
            source="detail_id"
            reference="book_details"
            link={false}
            sx={{ bgcolor: 'red' }}
        >
            <TextField source="ISBN" />
        </ReferenceField>

@slax57 slax57 added this to the 4.15.1 milestone Oct 20, 2023
@slax57 slax57 merged commit d758df9 into master Oct 20, 2023
11 checks passed
@slax57 slax57 deleted the fix-referencefield-sx branch October 20, 2023 12:32
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