How would you folks approach this feature?
An input textfield where as you type if you type a words starting with a # it brings up a list of suggested hashtags then changes the color to blue when you select one.
thinking maybe a dropdown list that appears when you type # and somehow it passes your string as a search in the dripdown and when you tap one it updates the whole string in the input box - sounds tricky/complicated ๐
just noticed this forum has pretty similar feature, how would you build that in FF.