otekolste / answer-hive

MIT License
0 stars 0 forks source link

write JS function for autocompleting tag suggestions #58

Closed otekolste closed 1 month ago

otekolste commented 1 month ago

https://www.npmjs.com/package/autocompleter Use above package - pass in array from API call of all existing tags Give user option to create a tag if theirs doesn't exist - if that is the case (store in boolean) make post req to create tag first, get corresponding ID, THEN make post request to create new post (async!) when user posts question!