Skip to content

Commit

Permalink
update dropdown documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
radium-v committed Dec 19, 2024
1 parent cc991bc commit c3733ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/web-components/src/dropdown/dropdown.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export class BaseDropdown extends FASTElement {
public indicatorSlot?: HTMLSlotElement;

/**
* The value of the checked option.
* The value of the selected option.
*
* @public
* @remarks
Expand Down Expand Up @@ -373,7 +373,7 @@ export class BaseDropdown extends FASTElement {
private listCollator?: Intl.Collator;

/**
* The index of the first checked option, scoped to the enabled options.
* The index of the first selected option, scoped to the enabled options.
*
* @internal
* @remarks
Expand Down Expand Up @@ -425,7 +425,7 @@ export class BaseDropdown extends FASTElement {
}

/**
* The current value of the checked option.
* The current value of the selected option.
*
* @public
*/
Expand Down Expand Up @@ -557,7 +557,7 @@ export class BaseDropdown extends FASTElement {
}

/**
* Focuses the checked radio or the first enabled radio.
* Focuses the control when the dropdown receives focus.
*
* @internal
*/
Expand Down

0 comments on commit c3733ee

Please sign in to comment.