interface TextInputExpandedObj {
    ariaControls: string;
    isExpanded: boolean;
}

Properties

ariaControls: string

Id of the element that the text input is controlling expansion of.

isExpanded: boolean

Flag to apply expanded styling.