Skip to content

[Autocomplete] fix paper slotProps #38853

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

Closed
wants to merge 1 commit into from
Closed

[Autocomplete] fix paper slotProps #38853

wants to merge 1 commit into from

Conversation

vadimka123
Copy link
Contributor

No description provided.

Signed-off-by: Vadim Goy <[email protected]>
@vadimka123 vadimka123 changed the title [Autocomplete] - fix paper slotProps [Autocomplete] fix paper slotProps Sep 7, 2023
@mui-bot
Copy link

mui-bot commented Sep 7, 2023

Netlify deploy preview

https://deploy-preview-38853--material-ui.netlify.app/

Bundle size report

No bundle size changes (Toolpad)
No bundle size changes

Generated by 🚫 dangerJS against fd5c37d

@zannager zannager added the component: autocomplete This is the name of the generic UI component, not the React module! label Sep 7, 2023
@zannager zannager requested a review from mj12albert September 7, 2023 09:25
@mj12albert
Copy link
Member

@vadimka123 Thanks for working on this – would you mind linking to/creating an issue that briefly explains the changeset?

@vadimka123
Copy link
Contributor Author

@mj12albert #38870

@@ -273,7 +273,7 @@ export interface AutocompleteProps<
*/
slotProps?: {
clearIndicator?: Partial<IconButtonProps>;
paper?: PaperProps;
paper?: Partial<PaperProps>;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This does not solve the issue. Please take a look at #38870 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: autocomplete This is the name of the generic UI component, not the React module!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants