mirror of
https://github.com/strapi/strapi.git
synced 2025-09-23 15:29:27 +00:00
Make select autocomplete case insensitive
This commit is contained in:
parent
eb7dbd39d7
commit
b4979c72d9
@ -139,7 +139,7 @@ function SelectWrapper({
|
|||||||
const params = { limit: state.limit, ...defaultParams, start: state.start };
|
const params = { limit: state.limit, ...defaultParams, start: state.start };
|
||||||
|
|
||||||
if (state.contains) {
|
if (state.contains) {
|
||||||
params[`filters[${containsKey}][$contains]`] = state.contains;
|
params[`filters[${containsKey}][$containsi]`] = state.contains;
|
||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user