Show resultList when clicking to input search #218
-
When you have big list, and the user don't have a clear idea of what to look for, I would like to implement : Have anyone any idea how I could do that ? Thanks 🙏 |
Beta Was this translation helpful? Give feedback.
Answered by
TarekRaafat
May 7, 2021
Replies: 1 comment 6 replies
-
Hello @svilder, Try the below trigger: {
event: ["input", "focus"],
condition: () => true,
} |
Beta Was this translation helpful? Give feedback.
6 replies
Answer selected by
TarekRaafat
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @svilder,
Try the below
config
and let me know how it goes.