Skip to content

Commit

Permalink
Allow fuzziness to be any string (appbaseio#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jade-GG authored Jan 7, 2025
1 parent c65cf84 commit d7a004e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue/src/utils/vueTypes.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const types = {
filterLabel: VueTypes.string,
func: VueTypes.func,
funcRequired: VueTypes.func.isRequired,
fuzziness: VueTypes.oneOf([0, 1, 2, 'AUTO']),
fuzziness: VueTypes.string,
headers: VueTypes.object,
hits: VueTypes.arrayOf(VueTypes.object),
iconPosition: VueTypes.oneOf(['left', 'right']),
Expand Down

0 comments on commit d7a004e

Please sign in to comment.