#Is there a way I can customize the search function in a Select component?

6 messages · Page 1 of 1 (latest)

acoustic stratus
#

Hi,

I know Select search function searches the query value if it's included in the label value with the .includes() method probably.

I want to override this function so I can search in the data array differently. Is this possible?

Thanks.

acoustic stratus
wooden iron
#

it should

#

the prop is still filter, should be do-able, you can target any part of the item too, such as label/group