tag functionality in input

  • ssssadsadasd-1356200175395274943

    ssssadsadasd

    28 days ago

    I want to build a tag functionality similar to twitter, facebook, etc.
    anyone has any suggestion how to start implementing this
    @ wondering whether you might have faced this in your implementation.
    thanks
    1356200175848128552-image.png
  • lennartblmn-1356270892501434540

    lennartblmn

    28 days ago

    I haven't had this exact use case, but you can just make an api endpoint with autofetch and debounce 300ms to send the input to it and then get all the usernames that match your input string
    👍1