Feature Request: Autocomplete on tag input #1260
Replies: 3 comments
-
We have implemented something like this before, but it was fully custom (wasn't using What do you think about allowing consumers to pass in their own |
Beta Was this translation helpful? Give feedback.
-
I'm also looking for something like this. It would be cool if it functioned like If I find the time somewhere next week, I'll try it out and submit a PR |
Beta Was this translation helpful? Give feedback.
-
Yeah even making it more modular so it takes any type of inputComponent and lets the user prepare the suggestions would work. We've had to use react-select for our tags input, and it nice - but it would be great to use evergreen for everything for visual homogeneity. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I tried making this myself, but it didn't work out well. Autocomplete on tags would be very useful since most sites that accept tags use autocomplete for the tag input (stackoverflow etc...).
Maybe the api could be like the following:
Beta Was this translation helpful? Give feedback.
All reactions