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

MaterialConfig UI setup does not show a tooltip for field. #684

Closed
gukiboy opened this issue Apr 21, 2022 · 1 comment
Closed

MaterialConfig UI setup does not show a tooltip for field. #684

gukiboy opened this issue Apr 21, 2022 · 1 comment
Labels
Milestone

Comments

@gukiboy
Copy link

gukiboy commented Apr 21, 2022

Describe the bug
MaterialConfig UI setup does not show a tooltip when setting it up on fieldConfig. I can make it work if I use AntdConfig, but I would like to use it with MaterialConfig.

To Reproduce
Create a builder using MaterialConfig with a tooltip on a field and hover the mouse over it. You will notice that it does not appear. It is possible to do that at the CodeSandBox example, just change:
const InitialConfig = AntdConfig;
to
const InitialConfig = MaterialConfig;

Expected behavior
I would like to see a tooltip using MaterialConfig UI

Screenshots
image
image

Same code with exception of the InitialConfig

Additional context
N/A

@ukrbublik
Copy link
Owner

Will be available in 6.4.2
But please use MuiConfig instead of MaterialConfig (MuiConfig is for MUI 5/6, MaterialConfig for obsolete MUI 4)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants