Hello!
While integrating selectize.js, I've found that 'tagging' based on "text" input does not correctly handle items that could contain symbols used in selectize as a delimiter.
In our cms, we can do that by wrapping that values with double quote symbols so that input values this, "somecompany, llc", "and ""this"" w,o.rks", foo bar will be properly handled (with comma as a delimiter). Is there any way to alter values before putting into text input element value?
See relevant issue: #546