vue-tailwindcss-typeahead icon indicating copy to clipboard operation
vue-tailwindcss-typeahead copied to clipboard

Few feature requests

Open eugenevk opened this issue 3 years ago • 2 comments

Hi @basarozcan, great component! I have a few feature requests:

  1. The ability to use the cursor down and up key when the list with matches is shown, to immediately jump from the edit box to the list with matches and scroll through the matches and then use the Enter key to select the highlighted item. This saves user interaction having to move your hand away from the keyboard to the mouse.
  2. Show the mouse pointer as a hand (tailwind cursor-pointer) when you hover over de list with matches.
  3. The ability to show the selected value as a tag or nav pill, like this mockup:

image

  1. Ability to multi-select, like this mockup:

image

eugenevk avatar Dec 27 '21 13:12 eugenevk

Hi @eugenevk thank you for your interest.

You have great ideas for component and I'll definitely add them to my to-do list

basarozcan avatar Dec 27 '21 14:12 basarozcan

Hi @basarozcan, I have another suggestion. See this mockup:

image

A triangle or something similar will tell the user there is a dropdown.

eugenevk avatar Dec 28 '21 09:12 eugenevk