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.
label
PolarisAutoHasOneInput
1 parent db47e57 commit ec279d9Copy full SHA for ec279d9
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