Select2 supports ability to add choices automatically as the user is typing into the search field. + This is especially convenient in the tagging usecase where the user can quickly enter a number of tags + by separating them with a comma or a space. Try typing in the search field below and entering a space or a comma
+ + +Note that the separators are defined in the tokenSeparators option
+Note that this example uses the built in tokenizer function, but a custom one can be provided in the options.
+++