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
This configuration option defines whether components will display default tooltips in specific cases.
Default tooltips are generally recommended to cover accessibility standards and typically you would not need to modify this setting. However, in rare cases you may want to implement custom tooltip visualisation and turn off the default tooltips. To do so, set enableDefaultTooltips to false.
Fixes: #9494
|[timezone](#timezone)|`Asia/Tokyo`, `Pacific/Apia`, `Asia/Kolkata`, `Europe/Sofia` and etc. | Your local time zone. | Allows to override your local time zone. | Date/time components (`ui5-date-picker`, etc.) |
21
22
|[themeRoot](#themeRoot)| String to a URL - see the [themeRoot](#themeRoot) section below | N/A | Allows to set a URL to a Theme-designer-created custom theme. | All components |
22
23
@@ -233,6 +234,25 @@ Example:
233
234
}
234
235
</script>
235
236
```
237
+
238
+
### enableDefaultTooltips
239
+
<aname="enableDefaultTooltips"></a>
240
+
241
+
This configuration option controls whether components will display default tooltips in specific cases.
242
+
243
+
Default tooltips are generally recommended to cover accessibility standards and typically you would not need to modify this setting.
244
+
However, in rare cases you may want to implement custom tooltip visualization and turn off the default tooltips.
0 commit comments