Hello,

I found a little problem using a tagfield with html tags.

TEST CASE:

go to http://ift.tt/19vqKSd

and type into the second tagfield (Select/add location) some html tag like "<strong>" or even "<hello>"


This will cause a rendering bug. I see the tpl is calling the htmlEncode for the values.


As I don't need extra chars I solve this problem using

maskRe: /^[A-Za-z\d\s]+$/