diff --git a/src/components/form-input/README.md b/src/components/form-input/README.md index 60443073b8e..fe96476374b 100644 --- a/src/components/form-input/README.md +++ b/src/components/form-input/README.md @@ -448,6 +448,10 @@ chosen, or new values to be entered. ``` +BootstrapVue provides the form helper component +[``](/docs/components/form/#datalist-helper) for quickly creating a `` +from an array of options. + **Notes:** - Datalists work in conjunction with the browser's built in auto-complete, displaying datalist diff --git a/src/components/form/README.md b/src/components/form/README.md index f8b6c15f8ce..b3ad601b177 100644 --- a/src/components/form/README.md +++ b/src/components/form/README.md @@ -177,6 +177,7 @@ See also: - `` Help text blocks for inputs - `` Invalid feedback text blocks for input `invalid` states - `` Valid feedback text blocks for input `valid` states +- `` Create `` for use with `` or plain `` See also: [``](/docs/components/form-group) Form input wrapper to generate form-groups that support labels, help text and feedback @@ -262,6 +263,41 @@ or the `force-show` prop to display the feedback. ``` +### Datalist helper + +For broswers that support +[``](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/datalist) elements, +the `` helper component will allow you to quickly create a `` and +child `