Fix no fetch on focus input in variant creator (#1168)
This commit is contained in:
parent
2cfadd09bd
commit
fb0e05538e
1 changed files with 1 additions and 0 deletions
|
@ -126,6 +126,7 @@ const ProductVariantCreatorValues: React.FC<ProductVariantCreatorValuesProps> =
|
||||||
handleValueClick(attribute.id, event.target.value)
|
handleValueClick(attribute.id, event.target.value)
|
||||||
}
|
}
|
||||||
allowCustomValues={true}
|
allowCustomValues={true}
|
||||||
|
fetchOnFocus={true}
|
||||||
fetchChoices={value =>
|
fetchChoices={value =>
|
||||||
fetchAttributeValues(value, attribute.id)
|
fetchAttributeValues(value, attribute.id)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue