-
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! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
This is not possible at the moment, but should be quite easy to add 👍 |
Beta Was this translation helpful? Give feedback.
This took a while but it has been added in
4.1.