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.
2 parents db47e57 + ec279d9 commit 130cc0fCopy full SHA for 130cc0f
packages/react/src/auto/polaris/inputs/relationships/PolarisAutoHasOneInput.tsx
@@ -35,7 +35,7 @@ export const PolarisAutoHasOneInput = autoInput((props: AutoRelationshipInputPro
35
<Combobox.TextField
36
onChange={search.set}
37
value={search.value}
38
- label={metadata.name}
+ label={props.label ?? metadata.name}
39
name={path}
40
placeholder="Search"
41
autoComplete="off"
0 commit comments