diff --git a/pages/08.tagging/docs.md b/pages/08.tagging/docs.md index f918f734..f75003e1 100644 --- a/pages/08.tagging/docs.md +++ b/pages/08.tagging/docs.md @@ -20,9 +20,15 @@ In addition to a prepopulated menu of options, Select2 can also allow free-text ``` + + $(".js-example-tags").select2({ tags: true -}) +}); ``` Note that when tagging is enabled the user can select from the pre-existing options or create a new option by picking the first choice, which is what the user has typed into the search box so far. @@ -41,6 +47,22 @@ Tagging can also be used in multi-value select boxes. In the example below, we s

+``` + +``` + + + Try entering a value that isn't listed in the dropdown - you'll be able to add it as a new option! ## Automatic tokenization into tags @@ -63,12 +85,16 @@ options.

-``` +

+
+
 
 ## Customizing tag creation