Prerequisites
π₯ Demo Page
https://jsbin.com/sikahusuha/edit?html,js,output
Also a jsfiddle here: https://jsfiddle.net/xw89qpar/
Explanation
- What is the expected behavior?
-
Enter a tag using the following: '#tag'
-
the tag is displayed correctly in-line.
-
Enter a tag using the following: '#mytag,'
-
the "mytag" tag is displayed exactly as the first one.
- What is happening instead?
Enter a tag to be completed using the delimiters (I want basic punctuation to complete the tag in most cases), and if you enter the following, '#mytag,' the event is fired, and you get the tag created, but the UI doesn't update.
Here's a picture:

I've looked through the code and I see where this happens, but I couldn't quickly find where the UI updates take place.
This doesn't seem like the expected behavior.
- What error message are you getting?
No error message.