You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like Primevue to have a component that works like this one: https://vue-tag-input.vercel.app/ (in the menu, select Examples -> AutoComplete with API; can't provide the direct link because it's a Vue web app and it returns 404 if you don't arrive from the home page).
It's quite convenient because:
-It can provide suggestions from a defined array (like current Primevue AutoComplete). Click on the suggestion from the list to add it.
-Press Enter for adding current text as tag (not available in Primevue AutoComplete)
-Backspace for attempting to delete (turns light red), another backspace to confirm deletion (not available in Primevue AutoComplete)
-Works on mobile (I tried Primevue's AutoComplete with multiple and typeahead, but pressing Enter didn't do anything in mobile, at least in the documentation demo).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I would like Primevue to have a component that works like this one:
https://vue-tag-input.vercel.app/ (in the menu, select Examples -> AutoComplete with API; can't provide the direct link because it's a Vue web app and it returns 404 if you don't arrive from the home page).
It's quite convenient because:
-It can provide suggestions from a defined array (like current Primevue AutoComplete). Click on the suggestion from the list to add it.
-Press Enter for adding current text as tag (not available in Primevue AutoComplete)
-Backspace for attempting to delete (turns light red), another backspace to confirm deletion (not available in Primevue AutoComplete)
-Works on mobile (I tried Primevue's AutoComplete with multiple and typeahead, but pressing Enter didn't do anything in mobile, at least in the documentation demo).
Cheers.
Beta Was this translation helpful? Give feedback.
All reactions