Skip to content

Report a problem:

Problems can be reported via Microsoft Teams in your team channel within the "IT - Codey" team.

Please include the following information:

Report type:
Docs problem report a bug instead β†’
Path:
/vnext/docs/components/form-controls/autocomplete-xPrimex.html
Message:

DESCRIBE THE PROBLEM BEFORE SUBMITTING TO CODEY

Autocomplete ​

INFO

This component uses the auto complete from PrimeVue. Its full documentation can be found here.

ts
import { XerAutocomplete } from "@xerius/codey-components";

Showcases ​

Default ​

With Dropdown ​

With Selected Option ​

With multiple selected ​

As Invalid ​

As Disabled ​

Without Form Control ​

Note

Using a component directly without XerFormControl or <label> requires you to place the correct aria-label on the underlying component input element.

Props ​

All props from the Prime Auto Complete can be provided. The full documentation can be found here.

Events ​

All events from the Prime Auto Complete can be provided. The full documentation can be found here.

Slots ​

All slots from the Prime Auto Complete can be provided. The full documentation can be found here.

Types ​

The XerAutoComplete exports following types:

NameValueDescription
AutoCompleteOption{ [key: string]: string; value: string; }Type for the Auto Complete options.

Automation Ids ​

A data-automation-id needs to be provided to the component as Prime Vue based components do not have a default data-automation-id.

Report a problem:

Problems can be reported via Microsoft Teams in your team channel within the "IT - Codey" team.

Please include the following information:

Report type:
Docs problem report a bug instead β†’
Path:
/vnext/docs/components/form-controls/autocomplete-xPrimex.html
Message:

DESCRIBE THE PROBLEM BEFORE SUBMITTING TO CODEY

Last updated: