diff --git a/modules/system/assets/ui/docs/select.md b/modules/system/assets/ui/docs/select.md index 871698389..c2c6e2cc8 100644 --- a/modules/system/assets/ui/docs/select.md +++ b/modules/system/assets/ui/docs/select.md @@ -43,6 +43,15 @@ Add the `select-no-search` CSS class to disable searching. +### Dynamic option creation + +In addition to a pre-populated menu of options, Select widgets may dynamically create new options from textual input by the user in the search box. This feature is called "tagging". To enable tagging, set the `tags` option to `true`: + + + ## Option groups Use the `optgroup` element to create option groups.