-
-
Notifications
You must be signed in to change notification settings - Fork 503
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
Comments
Duplicate #684 ? |
@ukrbublik Yes #684 is the same issue. Would be excited to see this changes in your next release. |
@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.
} |
Will be available in 6.4.2 |
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.
The text was updated successfully, but these errors were encountered: