mongodb-appeng / taskit

A simple todo application make use of MongoDB Stitch & GraphQL
Apache License 2.0
2 stars 0 forks source link

Not clear how to add a tag through the UI #3

Closed am-MongoDB closed 4 years ago

am-MongoDB commented 4 years ago

Once the user starts typing the tag, the prompt that they need to hit return is lost

shawnbmccarthy commented 4 years ago

As you type you hit the enter key, we can change this to add a button, hitting enter is put as a placeholder in the text box.

shawnbmccarthy commented 4 years ago

addressed with latest push - added label above and changed placeholder