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
The topic states that the default placement of the tooltip is top, but it is bottom, and that the disableArrow property should be used to disable the arrow indicator on the tooltip, but this property is deprecated, and the default behavior is not having an arrow. withArrow should be used to enable the arrow.
WC
https://www.infragistics.com/products/ignite-ui-web-components/web-components/components/inputs/tooltip#placement
https://www.infragistics.com/products/ignite-ui-web-components/web-components/components/inputs/tooltip#additional-properties
React
https://www.infragistics.com/products/ignite-ui-react/react/components/inputs/tooltip#placement
https://www.infragistics.com/products/ignite-ui-react/react/components/inputs/tooltip#additional-properties
The topic states that the default placement of the tooltip is
top, but it isbottom, and that thedisableArrowproperty should be used to disable the arrow indicator on the tooltip, but this property is deprecated, and the default behavior is not having an arrow.withArrowshould be used to enable the arrow.Changes were made in this PR IgniteUI/igniteui-webcomponents#1740
Spec is also updated https://github.com/IgniteUI/igniteui-webcomponents/wiki/Tooltip