Update Accessibility for CascadeSelect

This commit is contained in:
Tuğçe Küçükoğlu 2022-07-08 13:17:35 +03:00
parent e4c5f93743
commit 10e6a902ae
4 changed files with 1 additions and 18 deletions

View file

@ -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