|
Would there be any way to match on the first letters of a string? For example in the picture below I would only want "Memphis" to show up and not match the "me" in "Sacramento". For clarification I would like to be able to do this client-side and not have to filter server-side and fetch the results. Thanks! Here's a minimal reproduction if you need it. Thanks for your library as it's incredibly useful and I'm using it a lot! |
Answered by
mskocik
Apr 25, 2024
Replies: 1 comment 2 replies
|
This is not possible at the moment, but should be quite easy to add 👍 |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

This took a while but it has been added in
4.1.