DEV Community

Discussion on: Create a tags input component in ReactJs

Collapse
 
mcusack60 profile image
mcusack60 • Edited

Nice tutorial! Easy to follow. Have a question on this:
Has anyone used this but added functionality to find existing values of tags (from a database, for example. I don't need help with the fetching the values) and present those as options to select from?

-Mike

Collapse
 
prvnbist profile image
Praveen Bisht

Not sure but to extend this with such functionality one just have to listen to input and and display the matching options in dropdown and on select push the selected option to the tags list.

Let me know if you need help with this.