Allow fuzzy search on searchable Select component #1320
-
I think a fuzzy-search feature on a searchable Select component would help a lot A prop like <Select
data={options}
value={selected}
searchable
fuzzy // this could be a boolean only or a boolean/number value to specifi the "sensivity" of the algorithm
fuzzy={3} // or this to calibrate the algorithm
/> If this sounds to complex or you want to keep it simple on Mantine, receiving a |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Nevermind, just found the |
Beta Was this translation helpful? Give feedback.
-
was looking for fuzzy option, in many places fuzzy would be great addition w/o the custom code as in sample above. Sample above is not real fuzzy. Also "filter" seems to not be available anymore would like to see https://www.npmjs.com/package/fast-fuzzy as an option, or at least some easy way to plug it in |
Beta Was this translation helpful? Give feedback.
https://help.mantine.dev/q/select-fuzzy