Skip to content

Commit

Permalink
aria labels (deephaven#2065)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmingles committed Jun 12, 2024
1 parent e93e6fc commit 45fbcc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ function ColumnFormatEditor(props: ColumnFormatEditorProps): JSX.Element {
<div className="mb-2">
<label className="mb-0">Format Cell If</label>
<ComboBox
aria-label="Select column to format"
defaultSelectedKey={selectedColumn?.name}
onChange={handleColumnChange}
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ function RowFormatEditor(props: RowFormatEditorProps): JSX.Element {
<div className="mb-2">
<label className="mb-0">Format Row If</label>
<ComboBox
aria-label="Select column to format row by"
defaultSelectedKey={selectedColumn?.name}
onChange={handleColumnChange}
>
Expand Down

0 comments on commit 45fbcc7

Please sign in to comment.