fix: update autocomplete attribute in RelationsInput component to filter by contains (#23579)

Co-authored-by: Simone <startae14@gmail.com>
This commit is contained in:
Michal Kos 2025-07-22 17:30:45 +02:00 committed by GitHub
parent 9c2f4e2f0c
commit 44dc8b55b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -725,7 +725,7 @@ const RelationModalWithContext = ({
}} }}
creatableStartIcon={<Plus fill="neutral500" />} creatableStartIcon={<Plus fill="neutral500" />}
name={name} name={name}
autocomplete="list" autocomplete={{ type: 'list', filter: 'contains' }}
placeholder={ placeholder={
placeholder || placeholder ||
formatMessage({ formatMessage({