We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2abc5d commit cea8e27Copy full SHA for cea8e27
packages/@react-spectrum/contextualhelp/src/ContextualHelp.tsx
@@ -25,7 +25,7 @@ import {useMessageFormatter} from '@react-aria/i18n';
25
function ContextualHelp(props: SpectrumContextualHelpProps) {
26
let {
27
variant = 'help',
28
- placement = 'bottom end',
+ placement = 'bottom start',
29
children,
30
...otherProps} = props;
31
0 commit comments