Skip to content

WidgetGenericAutoComplete

Source: client/lib/theme/vueda-tailwind/widgets/index.js

The root remains unstyled so the widget can sit inside any form shell.

Vue component: WidgetGenericAutoComplete

SlotDefault classesDescription
rootThe root remains unstyled so the widget can sit inside any form shell.
innerflex flex-row gap-2 flex-wrapThe inner row wraps the dropdown and text lookup controls together.
dropdownOuterflex flex-col flex-shrinkThe dropdown column keeps only the width its trigger needs.
autoCompleteOuterflex flex-col flex-growThe autocomplete column grows to absorb remaining row width.

root

The root remains unstyled so the widget can sit inside any form shell.

Source: client/lib/theme/vueda-tailwind/widgets/WidgetGenericAutoComplete.theme.js:18

inner

The inner row wraps the dropdown and text lookup controls together.

Default classes:

flex flex-row gap-2 flex-wrap

Source: client/lib/theme/vueda-tailwind/widgets/WidgetGenericAutoComplete.theme.js:22

The dropdown column keeps only the width its trigger needs.

Default classes:

flex flex-col flex-shrink

Source: client/lib/theme/vueda-tailwind/widgets/WidgetGenericAutoComplete.theme.js:26

autoCompleteOuter

The autocomplete column grows to absorb remaining row width.

Default classes:

flex flex-col flex-grow

Source: client/lib/theme/vueda-tailwind/widgets/WidgetGenericAutoComplete.theme.js:30

Documents matching: server v3.0.0a1.post1client v3.0.0-alpha.2