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

Tooltip not rendered in MaterialConfig #965

Closed
jowher opened this issue Aug 11, 2023 · 4 comments · Fixed by #973
Closed

Tooltip not rendered in MaterialConfig #965

jowher opened this issue Aug 11, 2023 · 4 comments · Fixed by #973

Comments

@jowher
Copy link

jowher commented Aug 11, 2023

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
When the initial config is set as MaterialConfig, tooltip is not rendered

Expected behavior
tooltip being rendered for the field labels properly

Screenshots
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.

@ukrbublik
Copy link
Owner

Duplicate #684 ?

@jowher
Copy link
Author

jowher commented Aug 11, 2023

@ukrbublik Yes #684 is the same issue. Would be excited to see this changes in your next release.

@jowher
Copy link
Author

jowher commented Aug 13, 2023

@ukrbublik Also I'm noticing I'm not able to set the width of default select field when shifted to antd. With material I was able to achieve that by overriding settings like this.
const settings: Settings = {
...InitialConfig.settings,
...localeSettings,

defaultSelectWidth: "300px"
.
.

}

@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
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants