Skip to content
This repository has been archived by the owner on May 24, 2024. It is now read-only.

Commit

Permalink
Doc text updates
Browse files Browse the repository at this point in the history
  • Loading branch information
KV106606Viswanath committed Dec 13, 2023
1 parent 9ea5d1a commit e74c5be
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ The Combobox component allows a user to enter a single free text entry or select
Consumers are encouraged to use the `ComboboxField` component over the `Combobox` component wherever possible, as the latter does not provide the labels necessary to support accessibility.

To create an accessible `Combobox` component:
1. Ensure that `SelectField` can receive keyboard focus.
2. Ensure that `SelectField` programmatically associates all related content (such as visible label, helper text & error messaging) to the field.
3. Ensure any visible `SelectLabel` matches any artificially applied programmatic label.
1. Ensure that `ComboboxField` can receive keyboard focus.
2. Ensure that `ComboboxField` programmatically associates all related content (such as visible label, helper text & error messaging) to the field.
3. Ensure any visible `Combobox Label` matches any artificially applied programmatic label.
4. Error messaging should provide error suggestions when the system can programmatically understand what is wrong.

## Getting Started
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ The Search Select component allows selecting a single option from a dropdown of
Consumers are encouraged to use the `SearchSelectField` component over the `SearchSelect` component wherever possible, as the latter does not provide the labels necessary to support accessibility.

To create an accessible `SearchSelect` component:
1. Ensure that `SelectField` can receive keyboard focus.
2. Ensure that `SelectField` programmatically associates all related content (such as visible label, helper text & error messaging) to the field.
3. Ensure any visible `SelectLabel` matches any artificially applied programmatic label.
1. Ensure that `SearchSelectField` can receive keyboard focus.
2. Ensure that `SearchSelectField` programmatically associates all related content (such as visible label, helper text & error messaging) to the field.
3. Ensure any visible `Select Label` matches any artificially applied programmatic label.
4. Error messaging should provide error suggestions when the system can programmatically understand what is wrong.

## Getting Started
Expand Down

0 comments on commit e74c5be

Please sign in to comment.