Closed DDushkin closed 5 years ago
Hi @DDushkin , sorry for the late reply!
You are on the right path, you just need to configure the search options. You can pass a fuse configuration object like so:
const fuse = {
keys: ['name', 'address'],
threshold: 0.3,
};
<SelectSearch fuse={fuse} options={...} />
Thank you! It works now :)
@DDushkin Glad to hear it!
Hi, in your documentation you said: /**