Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TermInput: Terms added by separator have correct attributes
When the separator key is pressed after quoted string, the method `onKeyDown()` calls `this.exchangeTerm()` which later calls `readFullTerm()`. Here the string is still quoted add not trimed. But the attributes for label tag should be unquoted and trimmed. no matter added by separator or enter key
- Loading branch information