mirror of
https://github.com/strapi/strapi.git
synced 2025-08-31 20:33:03 +00:00
fix: update autocomplete attribute in RelationsInput component to filter by contains (#23579)
Co-authored-by: Simone <startae14@gmail.com>
This commit is contained in:
parent
9c2f4e2f0c
commit
44dc8b55b6
@ -725,7 +725,7 @@ const RelationModalWithContext = ({
|
||||
}}
|
||||
creatableStartIcon={<Plus fill="neutral500" />}
|
||||
name={name}
|
||||
autocomplete="list"
|
||||
autocomplete={{ type: 'list', filter: 'contains' }}
|
||||
placeholder={
|
||||
placeholder ||
|
||||
formatMessage({
|
||||
|
Loading…
x
Reference in New Issue
Block a user