Skip to content

Commit

Permalink
add menu role to RichSelectList (#438)
Browse files Browse the repository at this point in the history
Co-authored-by: Zach Prong <zach@cambly.com>
  • Loading branch information
zprong and Zach Prong committed May 31, 2024
1 parent b5a161d commit 0bd3243
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/rare-rocks-play.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@cambly/syntax-core": minor
---

Add menu role to RichSelectList popover
1 change: 1 addition & 0 deletions packages/syntax-core/src/RichSelect/RichSelectList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ function RichSelectList(props: RichSelectListProps): ReactElement {
dangerouslySetInlineStyle={
autosave ? undefined : { __style: { paddingBottom: 0 } }
}
role="menu"
>
<RichSelectBox
autosave={autosave}
Expand Down

0 comments on commit 0bd3243

Please sign in to comment.