DAutocomplete
DAutocomplete - A type-safe wrapper around Bootstrap Vue Next’s BAutocomplete component. A text input with a filtered dropdown of suggestions (typeahead / combobox). Pass options and bind v-model; supports multiple selection and a custom filterFunction.
Live Examples
Country
Start typing to filter the list.
Selected: —
Slots
This component forwards all slots dynamically from the underlying Bootstrap Vue Next component.
Bootstrap Vue Next Wrapper
This is a lightweight type-safe wrapper around the corresponding Bootstrap Vue Next component. It provides API stability and forwards all props, events, and slots.
For complete API documentation (props, events, methods), refer to the Bootstrap Vue Next documentation.