- ariaInput<T>(config, model): {
aria-activedescendant?: string;
aria-autocomplete: "list";
aria-controls: string;
aria-describedby: string;
aria-expanded: "true" | "false";
aria-haspopup: "listbox";
autocomplete: "off";
combobox: "off";
id: string;
role: "combobox";
spellcheck: "false";
tabindex: 0;
}
-
Returns {
aria-activedescendant?: string;
aria-autocomplete: "list";
aria-controls: string;
aria-describedby: string;
aria-expanded: "true" | "false";
aria-haspopup: "listbox";
autocomplete: "off";
combobox: "off";
id: string;
role: "combobox";
spellcheck: "false";
tabindex: 0;
}
-
Optional
Readonly
aria-activedescendant?: string
-
Readonly
aria-autocomplete: "list"
-
Readonly
aria-controls: string
-
Readonly
aria-describedby: string
-
Readonly
aria-expanded: "true" | "false"
-
Readonly
aria-haspopup: "listbox"
-
Readonly
autocomplete: "off"
-
Readonly
combobox: "off"
-
Readonly
id: string
-
Readonly
role: "combobox"
-
Readonly
spellcheck: "false"
-
Readonly
tabindex: 0
Description
This function returns WAI-ARIA attributes for the .