This commit is contained in:
mertsincan 2021-12-02 00:28:01 +03:00
parent bc4afe9f5e
commit 5b367bf4e3
48 changed files with 139 additions and 139 deletions

View file

@ -79,7 +79,7 @@ export interface CascadeSelectProps {
*/
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.
* 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
* Default value is 'body'.
*/