Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add post tag UI autocomplete #2061

Open
pkattera opened this issue Nov 27, 2017 · 4 comments
Open

Add post tag UI autocomplete #2061

pkattera opened this issue Nov 27, 2017 · 4 comments

Comments

@pkattera
Copy link
Contributor

pkattera commented Nov 27, 2017

As a user,
I want to be able to easily input tags,


Let's modify our tags input editor to make tagging posts more intuitive.

Using a library like https://github.com/olahol/react-tagsinput will help us to set expectations around the tag without having to use error messages like this from #1678

See demo here: https://olahol.github.io/react-tagsinput/

screen shot 2017-11-27 at 4 59 49 pm

It also sets us up to include auto-suggestions based on popular tags in the future.

@caleblogan
Copy link
Contributor

@relativityboy Are you still working on this? Related #2437

@pkattera
Copy link
Contributor Author

pkattera commented May 9, 2018

Acceptance criteria

  • Create a new tag when the user hits the space bar, hits a comma, or presses enter

@bnchdrff
Copy link
Contributor

bnchdrff commented May 9, 2018

port our existing validations to whichever tag editor we end up using; no additional validation

@roadscape
Copy link
Contributor

Suggestion from #2679:

I would like to see my most used tags (posting and reading) show up first.
Ability to order/manipulate tags that show up in Tags column would be useful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants