Skip to content

Commit

Permalink
Update content/guides/rails/migration-guides/primer-css-select-menu.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Joyce Zhu <joycezhu@github.com>
  • Loading branch information
camertron and JoyceZhu committed Aug 21, 2024
1 parent c4ed4f2 commit 9578c9f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ When using the `:remote` fetch strategy in combination with single- or multi-sel

### Loading behavior

The `SelectPanel` component automatically displays spinners during initial and subsequent remote fetches and announces when requests have succeeded or failed. There is no need to render custom spinners or make custom announcements as must often be done for `SelectMenu`s.
The `SelectPanel` component automatically displays `Spinner`s during initial and subsequent remote fetches and announces to screen reader users when requests have succeeded or failed. There is no need to render custom spinners or make custom announcements as must often be done for `SelectMenu`s.

### Where to go next

Expand Down

0 comments on commit 9578c9f

Please sign in to comment.