v1.0 Search box with suggestions advice
-
Hi, I am attempting to build a new site using v1.0 (beta 3 at the moment), and I have some questions for building a search field that when clicked on will show some suggestions in a drop down that can be selected, OR the user can type in their own input.
- What is the best component for doing this? I can’t actually find the popover component in the docs, has it been removed?
- I have looked at the Select component, I could perhaps use the “Filtering without adding to menu” example except I don’t want tokenization of whatever search phrase or word is entered.
Any suggestions? Thanks!
-
I can’t actually find the popover component in the docs, has it been removed?
Try this: https://v1.quasar-framework.org/vue-components/menu
Scott
-
Thanks, menu definitely seems to be the way to go!
-
This post is deleted!