3 Letter minimum
Closed this issue · 3 comments
SkyByteStudio commented
Hello,
Would you be able to implement a minimum 3 letter parameter before rendering results please,
Thanks,
hakib commented
Hey @SkyByteStudio,
If you want to make suggestions only for inputs greater than 3 letters you need to have your suggest function return an empty array for short terms. Check out the suggest_state_with_highlight
in the highlight examaple - the suggestion box appear only if the input greater than 2 letters.
Let me know if you need any more help,
Haki.
SkyByteStudio commented
Thank you Haki, that worked!
hakib commented
Great !