Autocomplete component: hide panel when no results found #2824
Unanswered
marcelo2605
asked this question in
PrimeVue
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Event adding a blank space to the props
emptySearchMessage
, the panel is still visible. I want to hide it because if no result were found I'll run a custom logic.I tried this:
@complete="searchSuggestions"
But the result is not so good. There must be a better solution.
Beta Was this translation helpful? Give feedback.
All reactions