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

fix typeahead when entering/editing tags so that it allows for multiple values #61

Closed
balmas opened this issue May 24, 2017 · 1 comment

Comments

@balmas
Copy link
Contributor

balmas commented May 24, 2017

we aggregate tag and semantic tag values in the input/edit form into a single input elements but selecting existing values from the typeahead overwrites multiple entries. not sure what it will take to fix this.

@balmas
Copy link
Contributor Author

balmas commented May 25, 2017

fixing this will take more time than we have right now. we either need to have multiple input boxes one per tag, or switch to an alternative widget which allows you to select from all available tags and add new ones. or to a different typeahead library. the one we are currently using doesn't allow you to intercept before it changes the value based upon user selection. would be a nice future enhancement to handle this better. for now, if you want to enter multiple tags for a commentary you can scroll the typeahead but should not select from it unless you want to replace all tags with the selection.

@zfletch zfletch closed this as completed Apr 6, 2018
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

2 participants