mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 17:32:36 +00:00
Update Accessibility for CascadeSelect
This commit is contained in:
parent
e4c5f93743
commit
10e6a902ae
4 changed files with 1 additions and 18 deletions
|
@ -74,10 +74,6 @@ export interface CascadeSelectProps {
|
|||
* Identifier of the underlying input element.
|
||||
*/
|
||||
inputId?: string | undefined;
|
||||
/**
|
||||
* Establishes relationships between the component and label(s) where its value should be one or more element IDs.
|
||||
*/
|
||||
ariaLabelledBy?: string | undefined;
|
||||
/**
|
||||
* A valid query selector or an HTMLElement to specify where the overlay gets attached. Special keywords are 'body' for document body and 'self' for the element itself.
|
||||
* @see CascadeSelectAppendToType
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue