-
Notifications
You must be signed in to change notification settings - Fork 429
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
Labels
Comments
@relativityboy Are you still working on this? Related #2437 |
Acceptance criteria
|
port our existing validations to whichever tag editor we end up using; no additional validation |
Suggestion from #2679:
|
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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/
It also sets us up to include auto-suggestions based on popular tags in the future.
The text was updated successfully, but these errors were encountered: