surveyjs / survey-library

Free JavaScript form builder library with integration for React, Angular, Vue, jQuery, and Knockout.
https://surveyjs.io/form-library
MIT License
4.21k stars 814 forks source link

Dropdown - Support the Start With search method #7702

Closed JaneSjs closed 9 months ago

JaneSjs commented 10 months ago

T16446 - Drop-Down Incremental Search https://surveyjs.answerdesk.io/internal/ticket/details/T16446

SamMousa commented 10 months ago

It could be nice to support proper fuzzy search by using a small library: https://www.fusejs.io/

This would also greatly improve search for words containing special characters.