You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Same code with exception of the InitialConfig
Additional context
N/A
The text was updated successfully, but these errors were encountered:
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
Same code with exception of the InitialConfig
Additional context
N/A
The text was updated successfully, but these errors were encountered: