DistantBlueSoftware / hockeycompass

0 stars 2 forks source link

Update Profile Emails textarea to allow inline tags #9

Open shynonagons opened 6 years ago

shynonagons commented 6 years ago

Profile emails list should work much like this pen:

https://codepen.io/juliendargelos/pen/MJjJZm

Then we can use the same component in GameDetail when scheduling a private game

b-bly commented 6 years ago

Might be a bit of a beast to customize that js for react. How about this component? https://www.npmjs.com/package/react-tag-input

shynonagons commented 6 years ago

The UI of the Codepen link is super-elegant -- if you think we can get that kind of slickness with the package you found then go for it, otherwise I will spend the time to port the code over